Uses of Interface
org.atmosphere.util.EndpointMapper
-
Packages that use EndpointMapper Package Description 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 Modifier and Type Method Description voidEndpointMapperServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<EndpointMapper> annotatedClass) -
Uses of EndpointMapper in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as EndpointMapper Modifier and Type Field Description protected EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper>AtmosphereFramework. endpointMapperMethods in org.atmosphere.cpr that return EndpointMapper Modifier and Type Method Description EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper>AtmosphereFramework. endPointMapper()The currentEndpointMapperused to map requests toAtmosphereHandler.Methods in org.atmosphere.cpr with parameters of type EndpointMapper Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. endPointMapper(EndpointMapper endpointMapper)Set theEndpointMapper. -
Uses of EndpointMapper in org.atmosphere.util
Classes in org.atmosphere.util that implement EndpointMapper Modifier and Type Class Description classDefaultEndpointMapper<U>Default implementation of theEndpointMapperused by theAsynchronousProcessorandDefaultWebSocketProcessor -
Uses of EndpointMapper in org.atmosphere.websocket
Methods in org.atmosphere.websocket that return EndpointMapper Modifier and Type Method Description EndpointMapper<WebSocketProcessor.WebSocketHandlerProxy>DefaultWebSocketProcessor. mapper()
-