| AndroidAtmosphereInterceptor |
Fix for the Android 2.2.x bogus HTTP implementation.
|
| AtmosphereResourceLifecycleInterceptor |
|
| AtmosphereResourceStateRecovery |
This interceptor associates a AtmosphereResource to all Broadcaster the resource was added before
the underlying connection got closed and resume.
|
| AtmosphereResourceStateRecovery.BroadcasterTracker |
|
| AtmosphereResourceStateRecovery.OnAlwaysSuspend |
|
| BroadcastOnPostAtmosphereInterceptor |
|
| CacheHeadersInterceptor |
At interceptor for customizing the following headers: Expire, Cache-Control, Pragma,
Access-Control-Origin and Access-Control-Allow-Credential.
|
| CorsInterceptor |
CORS support.
|
| HeartbeatInterceptor |
An interceptor that send whitespace every in 60 seconds by default.
|
| IdleResourceInterceptor |
|
| JavaScriptProtocol |
|
| JSONPAtmosphereInterceptor |
JSONP Transport Support.
|
| 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.
|
| OldBrowserPaddingInterceptor |
Old 8k Padding interceptor for Browser that needs whitespace when streaming is used.
|
| OnDisconnectInterceptor |
When the browser close the connection, the atmosphere.js will send an unsubscribe message to tell
framework the browser is disconnecting.
|
| PaddingAtmosphereInterceptor |
Padding interceptor for Browser that needs whitespace when streaming is used.
|
| 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.
|
| ShiroInterceptor |
Shiro Interceptor, it creates a request attribute (subject) that contains the true Subject.
|
| SimpleRestInterceptor |
An Atmosphere interceptor to enable a simple rest binding protocol.
|
| SSEAtmosphereInterceptor |
HTML 5 Server-Sent Events implementation.
|
| SuspendTrackerInterceptor |
|
| TrackMessageSizeB64Interceptor |
|
| WebSocketMessageSuspendInterceptor |
Mark WebSocket Message as suspended.
|