Uses of Interface
org.atmosphere.cpr.AtmosphereServletProcessor

Packages that use AtmosphereServletProcessor
org.atmosphere.config.managed   
org.atmosphere.handler   
 

Uses of AtmosphereServletProcessor in org.atmosphere.config.managed
 

Classes in org.atmosphere.config.managed that implement AtmosphereServletProcessor
 class ManagedAtmosphereHandler
          An internal implementation of AtmosphereHandler that implement support for Atmosphere 2.0 annotations.
 

Uses of AtmosphereServletProcessor in org.atmosphere.handler
 

Classes in org.atmosphere.handler that implement AtmosphereServletProcessor
 class AbstractReflectorAtmosphereHandler
          Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.
static class AbstractReflectorAtmosphereHandler.Default
           This default implementation does nothing when AbstractReflectorAtmosphereHandler.Default.onRequest(org.atmosphere.cpr.AtmosphereResource) is called.
 class 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.
 class 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 © 2015. All Rights Reserved.