| Package | Description |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.cpr | |
| org.atmosphere.util | |
| org.atmosphere.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointMapperServiceProcessor.handle(AtmosphereFramework framework,
Class<EndpointMapper> annotatedClass) |
| Modifier and Type | Field and Description |
|---|---|
protected EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereFramework.endpointMapper |
| Modifier and Type | Method and Description |
|---|---|
EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereFramework.endPointMapper()
The current
EndpointMapper used to map requests to AtmosphereHandler. |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
AtmosphereFramework.endPointMapper(EndpointMapper endpointMapper)
Set the
EndpointMapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEndpointMapper<U>
Default implementation of the
EndpointMapper used by the AsynchronousProcessor
and DefaultWebSocketProcessor |
| Modifier and Type | Method and Description |
|---|---|
EndpointMapper<WebSocketProcessor.WebSocketHandlerProxy> |
DefaultWebSocketProcessor.mapper() |
Copyright © 2016. All rights reserved.