Uses of Interface
org.atmosphere.cpr.CometSupport

Packages that use CometSupport
org.atmosphere.container   
org.atmosphere.cpr   
 

Uses of CometSupport in org.atmosphere.container
 

Classes in org.atmosphere.container that implement CometSupport
 class BlockingIOCometSupport
          This class gets used when the AtmosphereServlet fails to autodetect the Servlet Container we have been deployed.
 class GlassFishv2CometSupport
          Comet Portable Runtime implementation on top of Grizzly API included with GlassFish v2.
 class GlassFishv3CometSupport
          Comet Portable Runtime implementation on top of Glassfish v3.
 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 Servlet30Support
          This class gets used when the AtmosphereServlet detect the container detect Servlet 3.0 Asynch API.
 class TomcatCometSupport
          Comet Portable Runtime implementation on top of Tomcat AIO.
 class WebLogicCometSupport
          Weblogic support.
 

Uses of CometSupport in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement CometSupport
 class AsynchronousProcessor
          Base class which implement the semantics of supending and resuming of a Comet Request.
 

Fields in org.atmosphere.cpr declared as CometSupport
protected  CometSupport AtmosphereEventImpl.cometSupport
           
protected  CometSupport AtmosphereServlet.cometSupport
           
 

Methods in org.atmosphere.cpr that return CometSupport
 CometSupport AtmosphereServlet.getCometSupport()
          Return the current CometSupport
 

Methods in org.atmosphere.cpr with parameters of type CometSupport
 void AtmosphereServlet.setCometSupport(CometSupport cometSupport)
          Set the CometSupport implementation.
 

Constructors in org.atmosphere.cpr with parameters of type CometSupport
AtmosphereEventImpl(AtmosphereServlet.AtmosphereConfig config, Broadcaster broadcaster, HttpServletRequest req, HttpServletResponse res, CometSupport cometSupport)
          Create an AtmosphereEvent.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.