|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointMapper | |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.cpr | |
| org.atmosphere.util | |
| org.atmosphere.websocket | |
| Uses of EndpointMapper in org.atmosphere.annotation |
|---|
| Method parameters in org.atmosphere.annotation with type arguments of type EndpointMapper | |
|---|---|
void |
EndpointMapperServiceProcessor.handle(AtmosphereFramework framework,
Class<EndpointMapper> annotatedClass)
|
| Uses of EndpointMapper in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as EndpointMapper | |
|---|---|
protected EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereFramework.endpointMapper
|
| Methods in org.atmosphere.cpr that return EndpointMapper | |
|---|---|
EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereFramework.endPointMapper()
The current EndpointMapper used to map requests to AtmosphereHandler. |
| Methods in org.atmosphere.cpr with parameters of type EndpointMapper | |
|---|---|
AtmosphereFramework |
AtmosphereFramework.endPointMapper(EndpointMapper endpointMapper)
Set the EndpointMapper. |
| Uses of EndpointMapper in org.atmosphere.util |
|---|
| Classes in org.atmosphere.util that implement EndpointMapper | |
|---|---|
class |
DefaultEndpointMapper<U>
Default implementation of the EndpointMapper used by the AsynchronousProcessor
and DefaultWebSocketProcessor |
| Uses of EndpointMapper in org.atmosphere.websocket |
|---|
| Methods in org.atmosphere.websocket that return EndpointMapper | |
|---|---|
EndpointMapper<WebSocketProcessor.WebSocketHandlerProxy> |
DefaultWebSocketProcessor.mapper()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||