Package org.atmosphere.handler

Interface Summary
AnnotatedProxy Marker class for an AtmosphereHandler proxy of a POJO object.
 

Class Summary
AbstractReflectorAtmosphereHandler Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.
AbstractReflectorAtmosphereHandler.Default This default implementation does nothing when AbstractReflectorAtmosphereHandler.Default.onRequest(org.atmosphere.cpr.AtmosphereResource) is called.
AtmosphereHandlerAdapter An implementation of AtmosphereHandler that does nothing.
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.
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.
 



Copyright © 2014. All Rights Reserved.