Uses of Class
org.atmosphere.cpr.AtmosphereInterceptorAdapter
-
Packages that use AtmosphereInterceptorAdapter Package Description org.atmosphere.client org.atmosphere.config.managed org.atmosphere.interceptor -
-
Uses of AtmosphereInterceptorAdapter in org.atmosphere.client
Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.client Modifier and Type Class Description classTrackMessageSizeInterceptorAnAtmosphereInterceptorthat add a message size and delimiter. -
Uses of AtmosphereInterceptorAdapter in org.atmosphere.config.managed
Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.config.managed Modifier and Type Class Description classAtmosphereHandlerServiceInterceptorclassManagedServiceInterceptorHandleSingletonforManagedServiceprocessing.classMeteorServiceInterceptorHandleSingleton,MeteorServiceprocessing.classServiceInterceptor -
Uses of AtmosphereInterceptorAdapter in org.atmosphere.interceptor
Subclasses of AtmosphereInterceptorAdapter in org.atmosphere.interceptor 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.
-