Uses of Class
org.atmosphere.cpr.AsynchronousProcessor

Packages that use AsynchronousProcessor
org.atmosphere.container   
 

Uses of AsynchronousProcessor in org.atmosphere.container
 

Subclasses of AsynchronousProcessor in org.atmosphere.container
 class BlockingIOCometSupport
          This class gets used when the AtmosphereServlet fails to autodetect the Servlet Container we are running on.
 class GlassFishv2CometSupport
          Comet Portable Runtime implementation on top of Grizzly API included with GlassFish v2.
 class GlassFishWebSocketSupport
          Websocket Portable Runtime implementation on top of GlassFish 3.0.1 and up.
 class GrizzlyCometSupport
          Comet Portable Runtime implementation on top of Grizzly 1.5 and up.
 class JBossWebCometSupport
          Comet Portable Runtime implementation on top of Tomcat AIO.
 class Jetty7CometSupport
          Comet Portable Runtime implementation on top of Jetty's Continuation.
 class JettyCometSupport
          Comet Portable Runtime implementation on top of Jetty's Continuation.
 class JettyCometSupportWithWebSocket
          WebSocket Portable Runtime implementation on top of Jetty's.
 class Servlet30CometSupport
          This class gets used when the AtmosphereServlet detect the container detect Servlet 3.0 Asynch API.
 class Servlet30CometSupportWithWebSocket
          This class is the same as JettyCometSupportWithWebSocket implementation and add Websocket support to Servlet 3.0.
 class Tomcat7CometSupport
          Comet Portable Runtime implementation on top of Tomcat AIO.
 class TomcatCometSupport
          Comet Portable Runtime implementation on top of Tomcat AIO.
 class WebLogicCometSupport
          Weblogic support.
 

Methods in org.atmosphere.container with parameters of type AsynchronousProcessor
static AtmosphereServlet.Action JettyWebSocketUtil.doService(AsynchronousProcessor cometSupport, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, WebSocketFactory webSocketFactory)
           
 



Copyright © 2012. All Rights Reserved.