| Class | Description |
|---|---|
| AndroidAtmosphereInterceptor |
Fix for the Android 2.2.x bogus HTTP implementation
|
| AtmosphereResourceLifecycleInterceptor |
This
AtmosphereInterceptor implementation automatically suspends the intercepted
AtmosphereResource and takes care of managing the response's state (flushing, resuming,
etc.) when a Broadcaster.broadcast(T) is invoked. |
| BroadcastOnPostAtmosphereInterceptor |
This read the request's body and invoke the associated
Broadcaster of an AtmosphereResource. |
| JavaScriptProtocol |
An Interceptor that send back to a websocket and http client the value of
HeaderConfig.X_ATMOSPHERE_TRACKING_ID
and HeaderConfig.X_CACHE_DATE |
| JSONPAtmosphereInterceptor |
JSONP Transport Support.
|
| LongPollingOnOpenInterceptor |
atmosphere.js's onOpen callback interceptor to make long-polling and onOpen's callback reliable.
|
| 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. |
| OnDisconnectInterceptor |
When the browser close the connection, the atmosphere.js will send an unsubscribe message to tell
framework the browser is disconnecting.
|
| 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. |
| SSEAtmosphereInterceptor |
HTML 5 Server Side Events implementation.
|
Copyright © 2018. All Rights Reserved.