U - public interface EndpointMapper<U>
AtmosphereHandler
or WebSocketHandler| Modifier and Type | Method and Description |
|---|---|
void |
configure(AtmosphereConfig config) |
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.
|
void configure(AtmosphereConfig config)
U map(AtmosphereRequest req, Map<String,U> handlers)
req - an AtmosphereRequesthandlers - a map used for mapping the request to.Copyright © 2015. All Rights Reserved.