U - public interface EndpointMapper<U> extends AtmosphereConfigAware
AtmosphereHandler
or WebSocketHandler| Modifier and Type | Method and Description |
|---|---|
U |
map(AtmosphereRequest req,
Map<String,U> handlers)
Mape the request to its associated endpoint.
|
U |
map(String path,
Map<String,U> handlers)
Mape the request to its associated endpoint.
|
configureU map(AtmosphereRequest req, Map<String,U> handlers)
req - an AtmosphereRequesthandlers - a map used for mapping the request to.Copyright © 2016. All rights reserved.