Uses of Class
org.atmosphere.cpr.AtmosphereInterceptorAdapter

Packages that use AtmosphereInterceptorAdapter
org.atmosphere.client   
org.atmosphere.config.managed   
org.atmosphere.interceptor   
 

Uses of AtmosphereInterceptorAdapter in org.atmosphere.client
 

Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.client
 class TrackMessageSizeInterceptor
          An AtmosphereInterceptor that add a message size and delimiter.
 

Uses of AtmosphereInterceptorAdapter in org.atmosphere.config.managed
 

Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.config.managed
 class AtmosphereHandlerServiceInterceptor
          Handle Singleton,MeteorService and AtmosphereHandlerService processing.
 class ManagedServiceInterceptor
          Handle Singleton for ManagedService processing.
 class MeteorServiceInterceptor
          Handle Singleton,MeteorService processing.
 class ServiceInterceptor
           
 

Uses of AtmosphereInterceptorAdapter in org.atmosphere.interceptor
 

Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.interceptor
 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 CacheHeadersInterceptor
          At interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.
 class CorsInterceptor
          CORS support.
 class HeartbeatInterceptor
           An interceptor that send whitespace every in 60 seconds by default.
 class IdleResourceInterceptor
          An Interceptor that track idle AtmosphereResource and close it.
 class JavaScriptProtocol
           An Interceptor that send back to a websocket and http client the value of HeaderConfig.X_ATMOSPHERE_TRACKING_ID.
 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 OldBrowserPaddingInterceptor
          Old 8k Padding interceptor for Browser that needs whitespace when streaming is used.
 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.
 class WebSocketMessageSuspendInterceptor
          Mark WebSocket Message as suspended.
 



Copyright © 2014. All Rights Reserved.