|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereFramework.Action | |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| Uses of AtmosphereFramework.Action in org.atmosphere.container |
|---|
| Methods in org.atmosphere.container with parameters of type AtmosphereFramework.Action | |
|---|---|
protected void |
BlockingIOCometSupport.suspend(AtmosphereFramework.Action action,
AtmosphereRequest req,
AtmosphereResponse res)
Suspend the connection by blocking the current Thread |
| Uses of AtmosphereFramework.Action in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as AtmosphereFramework.Action | |
|---|---|
protected AtmosphereFramework.Action |
AtmosphereResourceImpl.action
|
protected static AtmosphereFramework.Action |
AsynchronousProcessor.cancelledAction
|
protected static AtmosphereFramework.Action |
AsynchronousProcessor.timedoutAction
|
| Methods in org.atmosphere.cpr that return AtmosphereFramework.Action | |
|---|---|
AtmosphereFramework.Action |
AtmosphereResourceImpl.action()
Return the AtmosphereFramework.Action which represent the state of the response,
e.g. |
AtmosphereFramework.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. |
AtmosphereFramework.Action |
AtmosphereFramework.doCometSupport(AtmosphereRequest req,
AtmosphereResponse res)
Invoke the proprietary AsyncSupport |
AtmosphereFramework.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. |
AtmosphereFramework.Action |
AsyncSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate AtmosphereFramework.Action. |
AtmosphereFramework.Action |
AsynchronousProcessor.suspended(AtmosphereRequest request,
AtmosphereResponse response)
All proprietary Comet based Servlet must invoke the suspended
method when the first request comes in. |
AtmosphereFramework.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||