Uses of Interface
org.atmosphere.interceptor.InvokationOrder

Packages that use InvokationOrder
org.atmosphere.client   
org.atmosphere.config.managed   
org.atmosphere.cpr   
org.atmosphere.interceptor   
 

Uses of InvokationOrder in org.atmosphere.client
 

Classes in org.atmosphere.client that implement InvokationOrder
 class TrackMessageSizeInterceptor
          An AtmosphereInterceptor that add a message size and delimiter.
 

Uses of InvokationOrder in org.atmosphere.config.managed
 

Classes in org.atmosphere.config.managed that implement InvokationOrder
 class AtmosphereHandlerServiceInterceptor
          Handle Singleton,MeteorService and AtmosphereHandlerService processing.
 class ManagedServiceInterceptor
          Handle Singleton for ManagedService processing.
 class MeteorServiceInterceptor
          Handle Singleton,MeteorService processing.
 

Uses of InvokationOrder in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement InvokationOrder
 class AtmosphereInterceptorAdapter
          A Simple AtmosphereInterceptor that creates an AtmosphereInterceptorWriter and sets it as the default AsyncIOWriter on an AtmosphereResponse.
 

Uses of InvokationOrder in org.atmosphere.interceptor
 

Classes in org.atmosphere.interceptor that implement InvokationOrder
 class AndroidAtmosphereInterceptor
          Fix for the Android 2.2.x bogus HTTP implementation.
 class BroadcastOnPostAtmosphereInterceptor
          This read the request's body and invoke the associated Broadcaster of an AtmosphereResource.
 class CorsInterceptor
          CORS support.
 class DefaultHeadersInterceptor
          At interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.
 class HeartbeatInterceptor
          An interceptor that send whitespace every 30 seconds.
 class JavaScriptProtocol
          An Interceptor that send back to a websocket and http client the value of HeaderConfig.X_ATMOSPHERE_TRACKING_ID and HeaderConfig.X_CACHE_DATE
 class JSONPAtmosphereInterceptor
          JSONP Transport Support.
 class NginxInterceptor
          Add proper header for Nginx's buffering http://wiki.nginx.org/HttpProxyModule#proxy_buffering
This interceptor set the 'X-Accel-Buffering : No' on the AtmosphereResponse before it gets suspended.
 class OnDisconnectInterceptor
          When the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.
 class PaddingAtmosphereInterceptor
          Padding interceptor for Browser that needs whitespace when streaming is used.
 class SessionCreationInterceptor
          An interceptor that create an HttpSession on the fist received request so transport like long-polling can share the session with request coming after the suspend operation.
 class ShiroInterceptor
          Shiro Interceptor, it creates a request attribute (subject) that contains the true Subject.
 class SSEAtmosphereInterceptor
          HTML 5 Server-Side Events implementation.
 class SuspendTrackerInterceptor
          An interceptor that keep track of AtmosphereResource.uuid() and disable invocation of AtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent) and AtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)
 class TrackMessageSizeB64Interceptor
          An AtmosphereInterceptor that adds message size and delimiter, and encodes the message in Base64.
 



Copyright © 2014. All Rights Reserved.