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

Packages that use AtmosphereServlet.AtmosphereConfig
org.atmosphere.container   
org.atmosphere.cpr   
org.atmosphere.util   
 

Uses of AtmosphereServlet.AtmosphereConfig in org.atmosphere.container
 

Constructors in org.atmosphere.container with parameters of type AtmosphereServlet.AtmosphereConfig
BlockingIOCometSupport(AtmosphereServlet.AtmosphereConfig config)
           
GlassFishv2CometSupport(AtmosphereServlet.AtmosphereConfig config)
           
GlassFishWebSocketSupport(AtmosphereServlet.AtmosphereConfig config)
           
GrizzlyCometSupport(AtmosphereServlet.AtmosphereConfig config)
           
JBossWebCometSupport(AtmosphereServlet.AtmosphereConfig config)
           
Jetty7CometSupport(AtmosphereServlet.AtmosphereConfig config)
           
JettyCometSupport(AtmosphereServlet.AtmosphereConfig config)
           
JettyCometSupportWithWebSocket(AtmosphereServlet.AtmosphereConfig config)
           
Servlet30CometSupport(AtmosphereServlet.AtmosphereConfig config)
           
Servlet30CometSupportWithWebSocket(AtmosphereServlet.AtmosphereConfig config)
           
Tomcat7CometSupport(AtmosphereServlet.AtmosphereConfig config)
           
TomcatCometSupport(AtmosphereServlet.AtmosphereConfig config)
           
WebLogicCometSupport(AtmosphereServlet.AtmosphereConfig config)
           
 

Uses of AtmosphereServlet.AtmosphereConfig in org.atmosphere.cpr
 

Fields in org.atmosphere.cpr declared as AtmosphereServlet.AtmosphereConfig
protected static AtmosphereServlet.AtmosphereConfig BroadcasterFactory.config
           
protected  AtmosphereServlet.AtmosphereConfig AtmosphereServlet.config
           
protected  AtmosphereServlet.AtmosphereConfig AsynchronousProcessor.config
           
 

Methods in org.atmosphere.cpr that return AtmosphereServlet.AtmosphereConfig
 AtmosphereServlet.AtmosphereConfig BroadcasterConfig.getAtmosphereConfig()
          Return the AtmosphereServlet.AtmosphereConfig value.
 AtmosphereServlet.AtmosphereConfig AtmosphereServlet.getAtmosphereConfig()
          Return a configured instance of AtmosphereServlet.AtmosphereConfig
 AtmosphereServlet.AtmosphereConfig AtmosphereResourceImpl.getAtmosphereConfig()
          Return the AtmosphereServlet.AtmosphereConfig
 AtmosphereServlet.AtmosphereConfig AtmosphereResource.getAtmosphereConfig()
          Return the AtmosphereServlet.AtmosphereConfig
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereServlet.AtmosphereConfig
static BroadcasterFactory DefaultBroadcasterFactory.buildAndReplaceDefaultfactory(Class<? extends Broadcaster> clazz, AtmosphereServlet.AtmosphereConfig c)
          Build a default BroadcasterFactory returned when invoking BroadcasterFactory.getDefault() ()}.
 void BroadcasterConfig.setAtmosphereConfig(AtmosphereServlet.AtmosphereConfig config)
          Set the AtmosphereServlet.AtmosphereConfig
 

Constructors in org.atmosphere.cpr with parameters of type AtmosphereServlet.AtmosphereConfig
AsynchronousProcessor(AtmosphereServlet.AtmosphereConfig config)
           
AtmosphereResourceImpl(AtmosphereServlet.AtmosphereConfig config, Broadcaster broadcaster, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response, CometSupport cometSupport, AtmosphereHandler atmosphereHandler)
          Create an AtmosphereResource.
BroadcasterConfig(ExecutorService executorService, ExecutorService asyncWriteService, ScheduledExecutorService scheduler, AtmosphereServlet.AtmosphereConfig config)
           
BroadcasterConfig(String[] list, AtmosphereServlet.AtmosphereConfig config)
           
DefaultCometSupportResolver(AtmosphereServlet.AtmosphereConfig config)
           
 

Uses of AtmosphereServlet.AtmosphereConfig in org.atmosphere.util
 

Fields in org.atmosphere.util declared as AtmosphereServlet.AtmosphereConfig
protected  AtmosphereServlet.AtmosphereConfig AbstractBroadcasterProxy.config
           
 

Methods in org.atmosphere.util with parameters of type AtmosphereServlet.AtmosphereConfig
 void AbstractBroadcasterProxy.configure(AtmosphereServlet.AtmosphereConfig config)
          Allow this Broadcaster to configure itself using the AtmosphereServlet.AtmosphereConfig or the ServletContext.
 



Copyright © 2011. All Rights Reserved.