|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
U - public interface EndpointMapper<U>
This class is responsible for mapping request to handler like AtmosphereHandler
or WebSocketHandler
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
U map(AtmosphereRequest req,
Map<String,U> handlers)
req - an AtmosphereRequesthandlers - a map used for mapping the request to.
U map(String path,
Map<String,U> handlers)
path - a URIhandlers - a map used for mapping the request to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||