|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| org.atmosphere.client | |
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.interceptor | |
| Uses of Action in org.atmosphere.client |
|---|
| Methods in org.atmosphere.client that return Action | |
|---|---|
Action |
MessageLengthInterceptor.inspect(AtmosphereResource r)
|
| Uses of Action in org.atmosphere.container |
|---|
| Methods in org.atmosphere.container that return Action | |
|---|---|
Action |
TomcatCometSupport.cancelled(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
Tomcat7CometSupport.cancelled(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
JettyCometSupport.cancelled(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
JBossWebCometSupport.cancelled(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
GrizzlyCometSupport.cancelled(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
GlassFishv2CometSupport.cancelled(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
BlockingIOCometSupport.cancelled(AtmosphereRequest req,
AtmosphereResponse res)
|
static Action |
JettyWebSocketUtil.doService(AsynchronousProcessor cometSupport,
AtmosphereRequest req,
AtmosphereResponse res,
org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory)
|
Action |
TomcatWebSocketUtil.Delegate.doService(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
Tomcat7Servlet30SupportWithWebSocket.doService(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
Tomcat7AsyncSupportWithWebSocket.doService(AtmosphereRequest req,
AtmosphereResponse res)
|
static Action |
TomcatWebSocketUtil.doService(AtmosphereRequest req,
AtmosphereResponse res,
TomcatWebSocketUtil.Delegate delegate,
AtmosphereConfig config)
|
Action |
Jetty7CometSupport.resumed(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
TomcatCometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Invoked by the Tomcat AIO when a Comet request gets detected. |
Action |
Tomcat7Servlet30SupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
Tomcat7CometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Invoked by the Tomcat AIO when a Comet request gets detected. |
Action |
Tomcat7AsyncSupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
Servlet30CometSupport.service(AtmosphereRequest request,
AtmosphereResponse response)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
Servlet30AsyncSupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
NettyCometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
JettyCometSupport.service(AtmosphereRequest req,
AtmosphereResponse response)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
JettyAsyncSupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
Jetty7CometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
JBossWebCometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Invoked by the Tomcat AIO when a Comet request gets detected. |
Action |
GrizzlyCometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
GlassFishWebSocketSupport.service(AtmosphereRequest request,
AtmosphereResponse response)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
GlassFishv2CometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
BlockingIOCometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
TomcatWebSocketUtil.Delegate.suspended(AtmosphereRequest request,
AtmosphereResponse response)
|
| Methods in org.atmosphere.container with parameters of type Action | |
|---|---|
protected void |
BlockingIOCometSupport.suspend(Action action,
AtmosphereRequest req,
AtmosphereResponse res)
Suspend the connection by blocking the current Thread |
| Uses of Action in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as Action | |
|---|---|
protected Action |
AtmosphereResourceImpl.action
|
static Action |
Action.CANCELLED
|
protected static Action |
AsynchronousProcessor.cancelledAction
|
static Action |
Action.CONTINUE
|
static Action |
Action.CREATED
|
static Action |
Action.RESUME
|
static Action |
Action.SUSPEND
|
protected static Action |
AsynchronousProcessor.timedoutAction
|
| Methods in org.atmosphere.cpr that return Action | |
|---|---|
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 |
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)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
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 request,
AtmosphereResponse response)
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)
|
| Uses of Action in org.atmosphere.interceptor |
|---|
| Methods in org.atmosphere.interceptor that return Action | |
|---|---|
Action |
SSEAtmosphereInterceptor.inspect(AtmosphereResource r)
|
Action |
JSONPAtmosphereInterceptor.inspect(AtmosphereResource r)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||