Uses of Interface
org.atmosphere.interceptor.InvokationOrder
Packages that use InvokationOrder
Package
Description
-
Uses of InvokationOrder in org.atmosphere.client
Classes in org.atmosphere.client that implement InvokationOrderModifier and TypeClassDescriptionclassAnAtmosphereInterceptorthat add a message size and delimiter. -
Uses of InvokationOrder in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement InvokationOrderModifier and TypeClassDescriptionclassclassHandleSingletonforManagedServiceprocessing.classHandleSingleton,MeteorServiceprocessing.class -
Uses of InvokationOrder in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement InvokationOrderModifier and TypeClassDescriptionclassA SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse. -
Uses of InvokationOrder in org.atmosphere.interceptor
Classes in org.atmosphere.interceptor that implement InvokationOrderModifier 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.