Uses of Class
org.atmosphere.cpr.AtmosphereFramework.Action

Packages that use AtmosphereFramework.Action
org.atmosphere.container   
org.atmosphere.cpr   
 

Uses of AtmosphereFramework.Action in org.atmosphere.container
 

Methods in org.atmosphere.container that return AtmosphereFramework.Action
 AtmosphereFramework.Action TomcatCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action Tomcat7CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action JettyCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action JBossWebCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action GrizzlyCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action GlassFishv2CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action BlockingIOCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
static AtmosphereFramework.Action JettyWebSocketUtil.doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory)
           
 AtmosphereFramework.Action Jetty7CometSupport.resumed(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action TomcatCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Invoked by the Tomcat AIO when a Comet request gets detected.
 AtmosphereFramework.Action Tomcat7CometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Invoked by the Tomcat AIO when a Comet request gets detected.
 AtmosphereFramework.Action Tomcat7AsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action Servlet30CometSupport.service(AtmosphereRequest request, AtmosphereResponse response)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action Servlet30AsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action NettyCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action JettyCometSupport.service(AtmosphereRequest req, AtmosphereResponse response)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action JettyAsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action Jetty7CometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action JBossWebCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Invoked by the Tomcat AIO when a Comet request gets detected.
 AtmosphereFramework.Action GrizzlyCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action GlassFishWebSocketSupport.service(AtmosphereRequest request, AtmosphereResponse response)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action GlassFishv2CometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action BlockingIOCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 

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.
 



Copyright © 2012. All Rights Reserved.