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

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

Uses of AtmosphereServlet.AtmosphereConfig in org.atmosphere.container
 

Methods in org.atmosphere.container with parameters of type AtmosphereServlet.AtmosphereConfig
static WebSocketFactory JettyWebSocketUtil.getFactory(AtmosphereServlet.AtmosphereConfig config)
           
 

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  AtmosphereServlet.AtmosphereConfig DefaultBroadcaster.config
           
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)
           
DefaultBroadcaster(String name, AtmosphereServlet.AtmosphereConfig config)
           
DefaultBroadcaster(String name, URI uri, AtmosphereServlet.AtmosphereConfig config)
           
DefaultBroadcasterFactory(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereServlet.AtmosphereConfig c)
           
DefaultCometSupportResolver(AtmosphereServlet.AtmosphereConfig config)
           
 

Uses of AtmosphereServlet.AtmosphereConfig in org.atmosphere.util
 

Constructors in org.atmosphere.util with parameters of type AtmosphereServlet.AtmosphereConfig
AbstractBroadcasterProxy(String id, URI uri, AtmosphereServlet.AtmosphereConfig config)
           
ExcludeSessionBroadcaster(String id, AtmosphereServlet.AtmosphereConfig config)
           
SimpleBroadcaster(String id, AtmosphereServlet.AtmosphereConfig config)
           
 

Uses of AtmosphereServlet.AtmosphereConfig in org.atmosphere.websocket
 

Methods in org.atmosphere.websocket with parameters of type AtmosphereServlet.AtmosphereConfig
 void WebSocketProtocol.configure(AtmosphereServlet.AtmosphereConfig config)
          Allow an implementation to query the AtmosphereConfig of init-param, etc.
 

Uses of AtmosphereServlet.AtmosphereConfig in org.atmosphere.websocket.protocol
 

Methods in org.atmosphere.websocket.protocol with parameters of type AtmosphereServlet.AtmosphereConfig
 void SimpleHttpProtocol.configure(AtmosphereServlet.AtmosphereConfig config)
          Allow an implementation to query the AtmosphereConfig of init-param, etc.
 void EchoProtocol.configure(AtmosphereServlet.AtmosphereConfig config)
          Allow an implementation to query the AtmosphereConfig of init-param, etc.
 



Copyright © 2011. All Rights Reserved.