Uses of Class
org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper

Packages that use AtmosphereFramework.AtmosphereHandlerWrapper
org.atmosphere.config.managed   
org.atmosphere.cpr   
 

Uses of AtmosphereFramework.AtmosphereHandlerWrapper in org.atmosphere.config.managed
 

Methods in org.atmosphere.config.managed with parameters of type AtmosphereFramework.AtmosphereHandlerWrapper
protected  void ServiceInterceptor.mapAnnotatedService(AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)
          Inspect the request and its mapped AtmosphereHandler to determine if the '{}' was used when defined the annotation's path value.
protected abstract  void ServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)
           
protected  void MeteorServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)
           
protected  void ManagedServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)
           
protected  void AtmosphereHandlerServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)
           
 

Uses of AtmosphereFramework.AtmosphereHandlerWrapper in org.atmosphere.cpr
 

Fields in org.atmosphere.cpr with type parameters of type AtmosphereFramework.AtmosphereHandlerWrapper
protected  Map<String,AtmosphereFramework.AtmosphereHandlerWrapper> AtmosphereFramework.atmosphereHandlers
           
protected  EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper> AtmosphereFramework.endpointMapper
           
 

Methods in org.atmosphere.cpr that return AtmosphereFramework.AtmosphereHandlerWrapper
protected  AtmosphereFramework.AtmosphereHandlerWrapper AsynchronousProcessor.map(AtmosphereRequest req)
          Return the AtmosphereHandler mapped to the passed servlet-path.
 

Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereFramework.AtmosphereHandlerWrapper
 EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper> AtmosphereFramework.endPointMapper()
          The current EndpointMapper used to map requests to AtmosphereHandler.
 Map<String,AtmosphereFramework.AtmosphereHandlerWrapper> AtmosphereFramework.getAtmosphereHandlers()
           
 Map<String,AtmosphereFramework.AtmosphereHandlerWrapper> AtmosphereConfig.handlers()
          Return the list of AtmosphereFramework.AtmosphereHandlerWrappers.
 



Copyright © 2014. All Rights Reserved.