Uses of Interface
org.atmosphere.util.EndpointMapper
Packages that use EndpointMapper
Package
Description
-
Uses of EndpointMapper in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type EndpointMapperModifier and TypeMethodDescriptionvoidEndpointMapperServiceProcessor.handle(AtmosphereFramework framework, Class<EndpointMapper> annotatedClass) -
Uses of EndpointMapper in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as EndpointMapperMethods in org.atmosphere.cpr that return EndpointMapperModifier and TypeMethodDescriptionAtmosphereFramework.endPointMapper()The currentEndpointMapperused to map requests toAtmosphereHandler.Methods in org.atmosphere.cpr with parameters of type EndpointMapperModifier and TypeMethodDescriptionAtmosphereFramework.endPointMapper(EndpointMapper endpointMapper) Set theEndpointMapper. -
Uses of EndpointMapper in org.atmosphere.util
Classes in org.atmosphere.util that implement EndpointMapperModifier and TypeClassDescriptionclassDefault implementation of theEndpointMapperused by theAsynchronousProcessorandDefaultWebSocketProcessor -
Uses of EndpointMapper in org.atmosphere.websocket
Methods in org.atmosphere.websocket that return EndpointMapper