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

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.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.