|
||||||||||
| 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 |
AtmosphereEventImpl.action
|
| Methods in org.atmosphere.cpr that return AtmosphereServlet.Action | |
|---|---|
AtmosphereServlet.Action |
WebContainer.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. |
AtmosphereServlet.Action |
WebContainer.suspended(HttpServletRequest req,
HttpServletResponse res)
All proprietary Comet based Servlet must invoke the suspended
method when the first request comes in. |
AtmosphereServlet.Action |
WebContainer.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 | |||||||||