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 ReflectorServletProcessor
          Simple 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 {@link AtmosphereResource} as a {@link HttpServletRequest} attribute named org.atmosphere.cpr.AtmosphereResource.
 class SimpleWebSocketAtmosphereHandler
          Simple AtmosphereHandler which redirect the first request to the web application welcome page.
 



Copyright © 2012. All Rights Reserved.