Uses of Interface
org.atmosphere.interceptor.InvokationOrder
-
Packages that use InvokationOrder Package Description 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 Modifier and Type Class Description classTrackMessageSizeInterceptorAnAtmosphereInterceptorthat add a message size and delimiter. -
Uses of InvokationOrder in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement InvokationOrder Modifier and Type Class Description classAtmosphereHandlerServiceInterceptorclassManagedServiceInterceptorHandleSingletonforManagedServiceprocessing.classMeteorServiceInterceptorHandleSingleton,MeteorServiceprocessing.classServiceInterceptor -
Uses of InvokationOrder in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement InvokationOrder Modifier and Type Class Description classAtmosphereInterceptorAdapterA SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse. -
Uses of InvokationOrder in org.atmosphere.interceptor
Classes in org.atmosphere.interceptor that implement InvokationOrder Modifier and Type Class Description classAndroidAtmosphereInterceptorFix for the Android 2.2.x bogus HTTP implementation.classBroadcastOnPostAtmosphereInterceptorThis read the request's body and invoke the associatedBroadcasterof anAtmosphereResource.classCacheHeadersInterceptorAt interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.classCorsInterceptorCORS support.classHeartbeatInterceptorAn interceptor that send whitespace every in 60 seconds by default.classIdleResourceInterceptorAn Interceptor that track idleAtmosphereResourceand close it.classJavaScriptProtocolAn Interceptor that send back to a websocket and http client the value ofHeaderConfig.X_ATMOSPHERE_TRACKING_ID.classJSONPAtmosphereInterceptorJSONP Transport Support.classNginxInterceptorAdd 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.classOldBrowserPaddingInterceptorOld 8k Padding interceptor for Browser that needs whitespace when streaming is used.classOnDisconnectInterceptorWhen the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.classPaddingAtmosphereInterceptorPadding interceptor for Browser that needs whitespace when streaming is used.classSessionCreationInterceptorAn interceptor that create anHttpSessionon the fist received request so transport like long-polling can share the session with request coming after the suspend operation.classSimpleRestInterceptorAn Atmosphere interceptor to enable a simple rest binding protocol.classSSEAtmosphereInterceptorHTML 5 Server-Sent Events implementation.classSuspendTrackerInterceptorAn interceptor that keep track ofAtmosphereResource.uuid()and disable invocation ofAtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)andAtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)classTrackMessageSizeB64InterceptorAnAtmosphereInterceptorthat adds message size and delimiter, and encodes the message in Base64.classWebSocketMessageSuspendInterceptorMark WebSocket Message as suspended.
-