Uses of Class
org.atmosphere.cpr.AtmosphereInterceptorAdapter
Packages that use AtmosphereInterceptorAdapter
-
Uses of AtmosphereInterceptorAdapter in org.atmosphere.client
Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.clientModifier and TypeClassDescriptionclassAnAtmosphereInterceptorthat add a message size and delimiter. -
Uses of AtmosphereInterceptorAdapter in org.atmosphere.config.managed
Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.config.managedModifier and TypeClassDescriptionclassclassHandleSingletonforManagedServiceprocessing.classHandleSingleton,MeteorServiceprocessing.class -
Uses of AtmosphereInterceptorAdapter in org.atmosphere.interceptor
Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.interceptorModifier and TypeClassDescriptionclassFix for the Android 2.2.x bogus HTTP implementation.classThis read the request's body and invoke the associatedBroadcasterof anAtmosphereResource.classAt interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.classCORS support.classAn interceptor that send whitespace every in 60 seconds by default.classAn Interceptor that track idleAtmosphereResourceand close it.classAn Interceptor that send back to a websocket and http client the value ofHeaderConfig.X_ATMOSPHERE_TRACKING_ID.classJSONP Transport Support.classAdd proper header for Nginx's buffering http://wiki.nginx.org/HttpProxyModule#proxy_buffering
This interceptor set the 'X-Accel-Buffering : No' on theAtmosphereResponsebefore it gets suspended.classOld 8k Padding interceptor for Browser that needs whitespace when streaming is used.classWhen the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.classPadding interceptor for Browser that needs whitespace when streaming is used.classAn interceptor that create anHttpSessionon the fist received request so transport like long-polling can share the session with request coming after the suspend operation.classShiro Interceptor, it creates a request attribute (subject) that contains the true Subject.classAn Atmosphere interceptor to enable a simple rest binding protocol.classHTML 5 Server-Sent Events implementation.classAn interceptor that keep track ofAtmosphereResource.uuid()and disable invocation ofAtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)andAtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)classAnAtmosphereInterceptorthat adds message size and delimiter, and encodes the message in Base64.classMark WebSocket Message as suspended.