Uses of Interface
org.atmosphere.util.EndpointMapper

Packages that use EndpointMapper
org.atmosphere.cpr   
org.atmosphere.util   
 

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
 



Copyright © 2013. All Rights Reserved.