Uses of Class
org.atmosphere.cpr.AtmosphereConfig

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

Uses of AtmosphereConfig in org.atmosphere.container
 

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

Constructors in org.atmosphere.container with parameters of type AtmosphereConfig
BlockingIOCometSupport(AtmosphereConfig config)
           
GlassFishv2CometSupport(AtmosphereConfig config)
           
GlassFishWebSocketSupport(AtmosphereConfig config)
           
GrizzlyCometSupport(AtmosphereConfig config)
           
JBossWebCometSupport(AtmosphereConfig config)
           
Jetty7CometSupport(AtmosphereConfig config)
           
JettyAsyncSupportWithWebSocket(AtmosphereConfig config)
           
JettyCometSupport(AtmosphereConfig config)
           
NettyCometSupport(AtmosphereConfig config)
           
Servlet30AsyncSupportWithWebSocket(AtmosphereConfig config)
           
Servlet30CometSupport(AtmosphereConfig config)
           
Tomcat7AsyncSupportWithWebSocket(AtmosphereConfig config)
           
Tomcat7CometSupport(AtmosphereConfig config)
           
TomcatCometSupport(AtmosphereConfig config)
           
 

Uses of AtmosphereConfig in org.atmosphere.container.version
 

Constructors in org.atmosphere.container.version with parameters of type AtmosphereConfig
Jetty8WebSocket(org.eclipse.jetty.websocket.WebSocket.Connection connection, AtmosphereConfig config)
           
TomcatWebSocket(org.apache.catalina.websocket.WsOutbound outbound, AtmosphereConfig config)
           
 

Uses of AtmosphereConfig in org.atmosphere.cpr
 

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

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

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

Constructors in org.atmosphere.cpr with parameters of type AtmosphereConfig
AsynchronousProcessor(AtmosphereConfig config)
           
AtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler)
          Create an AtmosphereResource.
BroadcasterConfig(ExecutorService executorService, ExecutorService asyncWriteService, ScheduledExecutorService scheduler, AtmosphereConfig config)
           
BroadcasterConfig(List<String> list, AtmosphereConfig config)
           
BroadcasterConfig(List<String> list, AtmosphereConfig config, boolean createExecutor)
           
DefaultAsyncSupportResolver(AtmosphereConfig config)
           
DefaultBroadcaster(String name, AtmosphereConfig config)
           
DefaultBroadcaster(String name, URI uri, AtmosphereConfig config)
           
DefaultBroadcasterFactory(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c)
           
 

Uses of AtmosphereConfig in org.atmosphere.util
 

Methods in org.atmosphere.util that return AtmosphereConfig
 AtmosphereConfig AtmosphereConfigReader.parse(AtmosphereConfig config, InputStream stream)
           
 AtmosphereConfig AtmosphereConfigReader.parse(AtmosphereConfig config, String filename)
           
 

Methods in org.atmosphere.util with parameters of type AtmosphereConfig
protected  BroadcasterConfig SimpleBroadcaster.createBroadcasterConfig(AtmosphereConfig config)
          Create BroadcasterConfig
 AtmosphereConfig AtmosphereConfigReader.parse(AtmosphereConfig config, InputStream stream)
           
 AtmosphereConfig AtmosphereConfigReader.parse(AtmosphereConfig config, String filename)
           
 

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

Uses of AtmosphereConfig in org.atmosphere.websocket
 

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

Uses of AtmosphereConfig in org.atmosphere.websocket.protocol
 

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



Copyright © 2012. All Rights Reserved.