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