| Package | Description |
|---|---|
| org.atmosphere.client | |
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.interceptor |
| Modifier and Type | Method and Description |
|---|---|
Action |
TrackMessageSizeInterceptor.inspect(AtmosphereResource r) |
Action |
MessageLengthInterceptor.inspect(AtmosphereResource r) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlockingIOCometSupport.suspend(Action action,
AtmosphereRequest req,
AtmosphereResponse res)
Suspend the connection by blocking the current
Thread |
| Modifier and Type | Field and Description |
|---|---|
protected Action |
AtmosphereResourceImpl.action |
static Action |
Action.CANCELLED |
protected static Action |
AsynchronousProcessor.cancelledAction |
static Action |
Action.CONTINUE |
static Action |
Action.CREATED |
static Action |
Action.DESTROYED |
static Action |
Action.RESUME |
static Action |
Action.SKIP_ATMOSPHEREHANDLER |
static Action |
Action.SUSPEND |
protected static Action |
AsynchronousProcessor.timedoutAction |
| Modifier and Type | Method and Description |
|---|---|
Action |
AtmosphereResourceImpl.action()
Return the
Action which represent the state of the response,
e.g. |
Action |
AsynchronousProcessor.cancelled(AtmosphereRequest req,
AtmosphereResponse res)
All proprietary Comet based
Servlet must invoke the cancelled
method when the underlying WebServer detect that the client closed
the connection. |
Action |
AtmosphereFramework.doCometSupport(AtmosphereRequest req,
AtmosphereResponse res)
Invoke the proprietary
AsyncSupport |
Action |
AtmosphereInterceptorAdapter.inspect(AtmosphereResource r) |
Action |
AtmosphereInterceptor.inspect(AtmosphereResource r)
Invoked before an
AtmosphereResource gets dispatched to AtmosphereHandler |
Action |
AsynchronousProcessor.resumed(AtmosphereRequest request,
AtmosphereResponse response)
All proprietary Comet based
Servlet must invoke the resume
method when the Atmosphere's application decide to resume the AtmosphereResponse. |
Action |
AsyncSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
AsynchronousProcessor.suspended(AtmosphereRequest request,
AtmosphereResponse response)
All proprietary Comet based
Servlet must invoke the suspended
method when the first request comes in. |
Action |
AsynchronousProcessor.timedout(AtmosphereRequest req,
AtmosphereResponse res)
All proprietary Comet based
Servlet must invoke the timedout
method when the underlying WebServer time out the AtmosphereResponse. |
Action |
Action.timeout(long timeout) |
Action |
Action.type(Action.TYPE type) |
| Modifier and Type | Method and Description |
|---|---|
Action |
SSEAtmosphereInterceptor.inspect(AtmosphereResource r) |
Action |
SessionCreationInterceptor.inspect(AtmosphereResource r) |
Action |
OnDisconnectInterceptor.inspect(AtmosphereResource r) |
Action |
NginxInterceptor.inspect(AtmosphereResource r) |
Action |
LongPollingOnOpenInterceptor.inspect(AtmosphereResource r) |
Action |
JSONPAtmosphereInterceptor.inspect(AtmosphereResource r) |
Action |
JavaScriptProtocol.inspect(AtmosphereResource r) |
Action |
BroadcastOnPostAtmosphereInterceptor.inspect(AtmosphereResource r) |
Action |
AtmosphereResourceLifecycleInterceptor.inspect(AtmosphereResource r)
Automatically suspend the
AtmosphereResource based on AtmosphereResource.TRANSPORT value. |
Action |
AndroidAtmosphereInterceptor.inspect(AtmosphereResource r) |
Copyright © 2018. All Rights Reserved.