Uses of Class
org.atmosphere.handler.AbstractReflectorAtmosphereHandler

Packages that use AbstractReflectorAtmosphereHandler
org.atmosphere.handler   
 

Uses of AbstractReflectorAtmosphereHandler in org.atmosphere.handler
 

Subclasses of AbstractReflectorAtmosphereHandler in org.atmosphere.handler
 class ManagedAtmosphereHandler
          An internal implementation of AtmosphereHandler that implement supports for Atmosphere 1.1 annotation.
 class OnMessage<T>
          Simple AtmosphereHandler that must be used with the AtmosphereResourceLifecycleInterceptor and BroadcastOnPostAtmosphereInterceptor to reduce the handling of the suspend/resume/disconnect and broadcast operation.
 class ReflectorServletProcessor
          An implementation of AtmosphereHandler using the AtmosphereServletProcessor that delegate the AtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource) to a set of FilterChain and Servlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse) and store the AtmosphereResource as a AtmosphereRequest.getAttribute(String) attribute named FrameworkConfig.ATMOSPHERE_RESOURCE.
 class SimpleWebSocketAtmosphereHandler
          Simple AtmosphereHandler which redirect the first request to the web application welcome page.
 



Copyright © 2013. All Rights Reserved.