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.
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.
SimpleWebSocketAtmosphereHandler Simple AtmosphereHandler which redirect the first request to the web application welcome page.
 



Copyright © 2011. All Rights Reserved.