U - public interface EndpointMapper<U>
AtmosphereHandler
or WebSocketHandler| Modifier and Type | Method and Description |
|---|---|
void |
configure(AtmosphereConfig config) |
U |
map(AtmosphereRequest req,
java.util.Map<java.lang.String,U> handlers)
Mape the request to its associated endpoint.
|
U |
map(java.lang.String path,
java.util.Map<java.lang.String,U> handlers)
Mape the request to its associated endpoint.
|
void configure(AtmosphereConfig config)
U map(AtmosphereRequest req, java.util.Map<java.lang.String,U> handlers)
req - an AtmosphereRequesthandlers - a map used for mapping the request to.Copyright © 2018. All Rights Reserved.