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 AtmosphereFramework 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 Grizzly2CometSupport
          Comet Portable Runtime implementation on top of Grizzly 1.5 and up.
 class Grizzly2WebSocketSupport
           
 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 JettyAsyncSupportWithWebSocket
          WebSocket Portable Runtime implementation on top of Jetty's.
 class JettyCometSupport
          Comet Portable Runtime implementation on top of Jetty's Continuation.
 class JettyServlet30AsyncSupportWithWebSocket
          This class is the same as JettyAsyncSupportWithWebSocket implementation and add Websocket support to Servlet 3.0.
 class NettyCometSupport
          Netty's Framework AsyncSupport
 class Servlet30CometSupport
          This class gets used when the AtmosphereFramework detect the container detect Servlet 3.0 Asynch API.
 class Tomcat7AsyncSupportWithWebSocket
          Tomcat's WebSocket support.
 class Tomcat7BIOSupportWithWebSocket
          Tomcat's WebSocket support.
 class Tomcat7CometSupport
          Comet Portable Runtime implementation on top of Tomcat AIO.
 class Tomcat7Servlet30SupportWithWebSocket
          Tomcat's WebSocket support.
 class TomcatCometSupport
          Comet Portable Runtime implementation on top of Tomcat AIO.
 

Methods in org.atmosphere.container with parameters of type AsynchronousProcessor
static Action JettyWebSocketUtil.doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory)
           
 



Copyright © 2012. All Rights Reserved.