|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereServlet.Action | |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| Uses of AtmosphereServlet.Action in org.atmosphere.container |
|---|
| Uses of AtmosphereServlet.Action in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as AtmosphereServlet.Action | |
|---|---|
protected AtmosphereServlet.Action |
AtmosphereResourceImpl.action
|
| Methods in org.atmosphere.cpr that return AtmosphereServlet.Action | |
|---|---|
AtmosphereServlet.Action |
AtmosphereResourceImpl.action()
Return the AtmosphereServlet.Action which represent the state of the response,
e.g. |
AtmosphereServlet.Action |
AsynchronousProcessor.cancelled(HttpServletRequest req,
HttpServletResponse res)
All proprietary Comet based Servlet must invoke the cancelled
method when the underlying WebServer detect that the client closed
the connection. |
protected AtmosphereServlet.Action |
AtmosphereServlet.doCometSupport(HttpServletRequest req,
HttpServletResponse res)
Invoke the proprietary CometSupport |
AtmosphereServlet.Action |
AsynchronousProcessor.resumed(HttpServletRequest req,
HttpServletResponse res)
All proprietary Comet based Servlet must invoke the resume
method when the Atmosphere's application decide to resume the HttpServletResponse. |
AtmosphereServlet.Action |
CometSupport.service(HttpServletRequest req,
HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
AsynchronousProcessor.suspended(HttpServletRequest req,
HttpServletResponse res)
All proprietary Comet based Servlet must invoke the suspended
method when the first request comes in. |
AtmosphereServlet.Action |
AsynchronousProcessor.timedout(HttpServletRequest req,
HttpServletResponse res)
All proprietary Comet based Servlet must invoke the timedout
method when the underlying WebServer time out the HttpServletResponse. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||