Package org.atmosphere.handler

Class Summary
AbstractReflectorAtmosphereHandler Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(java.lang.Object), 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.
 



Copyright © 2011. All Rights Reserved.