|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereServlet.Action | |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| Uses of AtmosphereServlet.Action in org.atmosphere.container |
|---|
| Methods in org.atmosphere.container that return AtmosphereServlet.Action | |
|---|---|
AtmosphereServlet.Action |
TomcatCometSupport.cancelled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
AtmosphereServlet.Action |
Tomcat7CometSupport.cancelled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
AtmosphereServlet.Action |
JettyCometSupport.cancelled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
AtmosphereServlet.Action |
JBossWebCometSupport.cancelled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
AtmosphereServlet.Action |
GrizzlyCometSupport.cancelled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
AtmosphereServlet.Action |
GlassFishv2CometSupport.cancelled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
AtmosphereServlet.Action |
BlockingIOCometSupport.cancelled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
static AtmosphereServlet.Action |
JettyWebSocketUtil.doService(AsynchronousProcessor cometSupport,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
WebSocketFactory webSocketFactory)
|
AtmosphereServlet.Action |
Jetty7CometSupport.resumed(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
AtmosphereServlet.Action |
WebLogicCometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
TomcatCometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Invoked by the Tomcat AIO when a Comet request gets detected. |
AtmosphereServlet.Action |
Tomcat7CometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Invoked by the Tomcat AIO when a Comet request gets detected. |
AtmosphereServlet.Action |
Servlet30CometSupportWithWebSocket.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
Servlet30CometSupport.service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
JettyCometSupportWithWebSocket.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
JettyCometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
Jetty7CometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
JBossWebCometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Invoked by the Tomcat AIO when a Comet request gets detected. |
AtmosphereServlet.Action |
GrizzlyCometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
GlassFishWebSocketSupport.service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
GlassFishv2CometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
BlockingIOCometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
| Methods in org.atmosphere.container with parameters of type AtmosphereServlet.Action | |
|---|---|
protected void |
BlockingIOCometSupport.suspend(AtmosphereServlet.Action action,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Suspend the connection by blocking the current Thread |
| Uses of AtmosphereServlet.Action in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as AtmosphereServlet.Action | |
|---|---|
protected AtmosphereServlet.Action |
AtmosphereResourceImpl.action
|
protected static AtmosphereServlet.Action |
AsynchronousProcessor.cancelledAction
|
protected static AtmosphereServlet.Action |
AsynchronousProcessor.timedoutAction
|
| 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(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
All proprietary Comet based Servlet must invoke the cancelled
method when the underlying WebServer detect that the client closed
the connection. |
AtmosphereServlet.Action |
AtmosphereServlet.doCometSupport(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Invoke the proprietary CometSupport |
AtmosphereServlet.Action |
AsynchronousProcessor.resumed(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
All proprietary Comet based Servlet must invoke the resume
method when the Atmosphere's application decide to resume the HttpServletResponse. |
AtmosphereServlet.Action |
CometSupport.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serve the HttpServletRequest and the HttpServletResponse and return
the appropriate AtmosphereServlet.Action. |
AtmosphereServlet.Action |
AsynchronousProcessor.suspended(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
All proprietary Comet based Servlet must invoke the suspended
method when the first request comes in. |
AtmosphereServlet.Action |
AsynchronousProcessor.timedout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
All proprietary Comet based Servlet must invoke the timedout
method when the underlying WebServer time out the HttpServletResponse. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||