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

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 WebLogicCometSupport.service(HttpServletRequest req, HttpServletResponse res)
          Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
 AtmosphereServlet.Action TomcatCometSupport.service(HttpServletRequest req, HttpServletResponse res)
          Invoked by the Tomcat AIO when a Comet request gets detected.
 AtmosphereServlet.Action Servlet30Support.service(HttpServletRequest req, HttpServletResponse res)
          Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
 AtmosphereServlet.Action JettyCometSupport.service(HttpServletRequest req, HttpServletResponse res)
          Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
 AtmosphereServlet.Action Jetty7CometSupport.service(HttpServletRequest req, HttpServletResponse res)
          Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
 AtmosphereServlet.Action JBossWebCometSupport.service(HttpServletRequest req, HttpServletResponse res)
          Invoked by the Tomcat AIO when a Comet request gets detected.
 AtmosphereServlet.Action GrizzlyCometSupport.service(HttpServletRequest req, HttpServletResponse res)
          Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
 AtmosphereServlet.Action GlassFishv2CometSupport.service(HttpServletRequest req, HttpServletResponse res)
          Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
 AtmosphereServlet.Action BlockingIOCometSupport.service(HttpServletRequest req, HttpServletResponse res)
          Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
 

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.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.