| Package | Description |
|---|---|
| org.atmosphere.client | |
| org.atmosphere.cpr | |
| org.atmosphere.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageLengthInterceptor
An
AtmosphereInterceptor that add a special String "|" at the end of a message, allowing the
atmosphere.js to detect if one or several messages where aggregated in one write operations. |
class |
TrackMessageSizeInterceptor
An
AtmosphereInterceptor that add a add message size and delimiter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AtmosphereInterceptorAdapter
A Simple
AtmosphereInterceptor that creates an AtmosphereInterceptorWriter and set it as
the default AsyncIOWriter on an AtmosphereResponse |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<AtmosphereInterceptor> |
AtmosphereFramework.interceptors |
java.util.List<AtmosphereInterceptor> |
AtmosphereFramework.AtmosphereHandlerWrapper.interceptors |
| Modifier and Type | Method and Description |
|---|---|
protected AtmosphereInterceptor |
AtmosphereFramework.newAInterceptor(java.lang.Class<? extends AtmosphereInterceptor> a) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<AtmosphereInterceptor> |
AtmosphereFramework.interceptors()
Return the list of
AtmosphereInterceptor |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
AtmosphereFramework.interceptor(AtmosphereInterceptor c)
Add an
AtmosphereInterceptor implementation. |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.String mapping,
AtmosphereHandler h,
Broadcaster broadcaster,
java.util.List<AtmosphereInterceptor> l)
Add an
AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.String mapping,
AtmosphereHandler h,
java.util.List<AtmosphereInterceptor> l)
Add an
AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.String mapping,
AtmosphereHandler h,
java.lang.String broadcasterId,
java.util.List<AtmosphereInterceptor> l)
Add an
AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
protected AtmosphereInterceptor |
AtmosphereFramework.newAInterceptor(java.lang.Class<? extends AtmosphereInterceptor> a) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidAtmosphereInterceptor
Fix for the Android 2.2.x bogus HTTP implementation
|
class |
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. |
class |
BroadcastOnPostAtmosphereInterceptor
This read the request's body and invoke the associated
Broadcaster of an AtmosphereResource. |
class |
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 |
class |
JSONPAtmosphereInterceptor
JSONP Transport Support.
|
class |
LongPollingOnOpenInterceptor
atmosphere.js's onOpen callback interceptor to make long-polling and onOpen's callback reliable.
|
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 |
OnDisconnectInterceptor
When the browser close the connection, the atmosphere.js will send an unsubscribe message to tell
framework the browser is disconnecting.
|
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 |
SSEAtmosphereInterceptor
HTML 5 Server Side Events implementation.
|
Copyright © 2018. All Rights Reserved.