Package org.atmosphere.handler

Class Summary
AbstractReflectorAtmosphereHandler Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(T), e.g sent the broadcasted event back to the remote client.
OnMessage<T> Simple AtmosphereHandler that can be used with the AtmosphereResourceLifecycleInterceptor and BroadcastOnPostAtmosphereInterceptor to reduce the handling of the suspend/resume/disconnect and broadcast operation.
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.
SimpleWebSocketAtmosphereHandler Simple AtmosphereHandler which redirect the first request to the web application welcome page.
 



Copyright © 2012. All Rights Reserved.