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()
           
 

Methods in org.atmosphere.cpr with parameters of type EndpointMapper
 AtmosphereFramework AtmosphereFramework.endPointMapper(EndpointMapper 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 © 2012. All Rights Reserved.