Uses of Class
org.atmosphere.cpr.AtmosphereConfig

Packages that use AtmosphereConfig
org.atmosphere.client   
org.atmosphere.config.managed   
org.atmosphere.container   
org.atmosphere.container.version   
org.atmosphere.cpr   
org.atmosphere.handler   
org.atmosphere.interceptor   
org.atmosphere.util   
org.atmosphere.websocket   
org.atmosphere.websocket.protocol   
 

Uses of AtmosphereConfig in org.atmosphere.client
 

Methods in org.atmosphere.client with parameters of type AtmosphereConfig
 void TrackMessageSizeInterceptor.configure(AtmosphereConfig config)
           
 

Uses of AtmosphereConfig in org.atmosphere.config.managed
 

Fields in org.atmosphere.config.managed declared as AtmosphereConfig
protected  AtmosphereConfig ServiceInterceptor.config
           
 

Methods in org.atmosphere.config.managed with parameters of type AtmosphereConfig
 void ServiceInterceptor.configure(AtmosphereConfig config)
           
 AnnotatedProxy ManagedAtmosphereHandler.configure(AtmosphereConfig config, Object c)
           
 

Uses of AtmosphereConfig in org.atmosphere.container
 

Methods in org.atmosphere.container with parameters of type AtmosphereConfig
static Action TomcatWebSocketUtil.doService(AtmosphereRequest req, AtmosphereResponse res, TomcatWebSocketUtil.Delegate delegate, AtmosphereConfig config, WebSocketProcessor webSocketProcessor)
           
static org.eclipse.jetty.websocket.WebSocketFactory JettyWebSocketUtil.getFactory(AtmosphereConfig config, WebSocketProcessor webSocketProcessor)
           
 

Constructors in org.atmosphere.container with parameters of type AtmosphereConfig
BlockingIOCometSupport(AtmosphereConfig config)
           
GlassFishServ30WebSocketSupport(AtmosphereConfig config)
           
GlassFishServlet30WebSocketSupport(AtmosphereConfig config)
           
GlassFishv2CometSupport(AtmosphereConfig config)
           
GlassFishWebSocketHandler(AtmosphereConfig config)
           
GlassFishWebSocketSupport(AtmosphereConfig config)
           
Grizzly2CometSupport(AtmosphereConfig config)
           
Grizzly2WebSocketSupport(AtmosphereConfig config)
           
GrizzlyCometSupport(AtmosphereConfig config)
           
GrizzlyServlet30WebSocketSupport(AtmosphereConfig config)
           
JBossAsyncSupportWithWebSocket(AtmosphereConfig config)
           
JBossWebCometSupport(AtmosphereConfig config)
           
JBossWebSocketHandler(AtmosphereConfig config)
           
JBossWebSocketSupport(AtmosphereConfig config)
           
Jetty7CometSupport(AtmosphereConfig config)
           
Jetty9AsyncSupportWithWebSocket(AtmosphereConfig config)
           
JettyAsyncSupportWithWebSocket(AtmosphereConfig config)
           
JettyCometSupport(AtmosphereConfig config)
           
JettyServlet30AsyncSupportWithWebSocket(AtmosphereConfig config)
           
JSR356AsyncSupport(AtmosphereConfig config)
           
NettyCometSupport(AtmosphereConfig config)
           
Servlet30CometSupport(AtmosphereConfig config)
           
Tomcat7AsyncSupportWithWebSocket(AtmosphereConfig config)
           
Tomcat7BIOSupportWithWebSocket(AtmosphereConfig config)
           
Tomcat7CometSupport(AtmosphereConfig config)
           
Tomcat7Servlet30SupportWithWebSocket(AtmosphereConfig config)
           
TomcatCometSupport(AtmosphereConfig config)
           
WebLogicServlet30WithWebSocket(AtmosphereConfig config)
           
 

Uses of AtmosphereConfig in org.atmosphere.container.version
 

Constructors in org.atmosphere.container.version with parameters of type AtmosphereConfig
Grizzly2WebSocket(org.glassfish.grizzly.websockets.WebSocket webSocket, AtmosphereConfig config)
           
GrizzlyWebSocket(com.sun.grizzly.websockets.WebSocket webSocket, AtmosphereConfig config)
           
JBossWebSocket(org.atmosphere.jboss.as.websockets.WebSocket webSocket, AtmosphereConfig config)
           
Jetty8WebSocket(org.eclipse.jetty.websocket.WebSocket.Connection connection, AtmosphereConfig config)
           
Jetty9WebSocket(org.eclipse.jetty.websocket.api.Session webSocketConnection, AtmosphereConfig config)
           
JSR356WebSocket(javax.websocket.Session session, AtmosphereConfig config)
           
TomcatWebSocket(org.apache.catalina.websocket.WsOutbound outbound, AtmosphereConfig config)
           
WebLogicWebSocket(weblogic.websocket.WebSocketConnection webSocketConnection, 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()
           
 AtmosphereConfig AtmosphereResource.getAtmosphereConfig()
          Return the AtmosphereConfig.
 AtmosphereConfig AtmosphereFramework.getAtmosphereConfig()
          Return a configured instance of AtmosphereConfig.
 AtmosphereConfig AtmosphereConfig.shutdownHook(AtmosphereConfig.ShutdownHook s)
          Add a AtmosphereConfig.ShutdownHook.
 AtmosphereConfig AtmosphereConfig.startupHook(AtmosphereConfig.StartupHook s)
          Add a AtmosphereConfig.StartupHook.
 

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() ()}.
 void DefaultAtmosphereResourceFactory.configure(AtmosphereConfig config)
           
abstract  void AtmosphereResourceFactory.configure(AtmosphereConfig config)
           
 void AtmosphereInterceptorAdapter.configure(AtmosphereConfig config)
           
 void AtmosphereInterceptor.configure(AtmosphereConfig config)
          Allow this object to configure its state when initialized.
 void DefaultBroadcasterFactory.configure(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c)
           
abstract  void BroadcasterFactory.configure(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c)
          Configure the factory
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a)
          Create an AtmosphereResourceImpl
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a)
          Create an AtmosphereResourceImpl
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereResponse response, AsyncSupport<?> a)
          Create an AtmosphereResourceImpl.
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereResponse response, AsyncSupport<?> a)
          Create an AtmosphereResourceImpl.
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)
          Create an AtmosphereResourceImpl.
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)
          Create an AtmosphereResourceImpl.
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)
          Create an AtmosphereResourceImpl.
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)
          Create an AtmosphereResourceImpl.
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)
          Create an AtmosphereResourceImpl.
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)
          Create an AtmosphereResourceImpl.
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)
           
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)
           
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, String uuid)
          Create an AtmosphereResource associated with the uuid.
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, String uuid)
          Create an AtmosphereResource associated with the uuid.
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, String uuid, AtmosphereRequest request)
          Create an AtmosphereResource associated with the uuid.
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, String uuid, AtmosphereRequest request)
          Create an AtmosphereResource associated with the uuid.
protected  BroadcasterConfig DefaultBroadcaster.createBroadcasterConfig(AtmosphereConfig config)
          Create BroadcasterConfig.
 void BroadcastFilterLifecycle.init(AtmosphereConfig config)
          Initialize the BroadcastFilter.
 void AtmosphereServletProcessor.init(AtmosphereConfig config)
          Initialize the AtmosphereServletProcessor using the ServletConfig.
 AtmosphereResource AtmosphereResourceImpl.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler)
          Initialize an AtmosphereResource.
 AtmosphereResource AtmosphereResource.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler)
          Initialize an AtmosphereResource.
 Broadcaster DefaultBroadcaster.initialize(String name, AtmosphereConfig config)
           
 Broadcaster DefaultBroadcaster.initialize(String name, URI uri, AtmosphereConfig config)
           
 Broadcaster Broadcaster.initialize(String name, URI uri, AtmosphereConfig config)
          Configure a Broadcaster.
static AtmosphereResponse AtmosphereResponse.newInstance(AtmosphereConfig config, AtmosphereRequest request, WebSocket webSocket)
          Create a new instance to use with WebSocket.
static void SessionTimeoutSupport.setupTimeout(AtmosphereConfig config, javax.servlet.http.HttpSession session)
          Disable HTTP session timeout.
 

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)
          Deprecated. 
BroadcasterConfig(ExecutorService executorService, ExecutorService asyncWriteService, ScheduledExecutorService scheduler, AtmosphereConfig config, String broadcasterId)
          Create a new BroadcasterConfig.
BroadcasterConfig(List<String> broadcastFilters, AtmosphereConfig config, boolean handleExecutors, String broadcasterId)
          Create a new BroadcasterConfig.
BroadcasterConfig(List<String> broadcastFilters, AtmosphereConfig config, String broadcasterId)
          Create a new BroadcasterConfig.
DefaultAsyncSupportResolver(AtmosphereConfig config)
           
DefaultBroadcasterFactory(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c)
          Deprecated. 
MetaBroadcaster.ThirtySecondsCache(MetaBroadcaster metaBroadcaster, AtmosphereConfig config)
           
MetaBroadcaster(AtmosphereConfig config)
           
SessionTimeoutRestorer(AtmosphereConfig config, int timeout)
           
 

Uses of AtmosphereConfig in org.atmosphere.handler
 

Methods in org.atmosphere.handler with parameters of type AtmosphereConfig
 AnnotatedProxy AnnotatedProxy.configure(AtmosphereConfig config, Object c)
          Configure the proxy.
 void ReflectorServletProcessor.init(AtmosphereConfig config)
           
 

Uses of AtmosphereConfig in org.atmosphere.interceptor
 

Methods in org.atmosphere.interceptor with parameters of type AtmosphereConfig
 void TrackMessageSizeB64Interceptor.configure(AtmosphereConfig config)
           
 void SSEAtmosphereInterceptor.configure(AtmosphereConfig config)
           
 void OnDisconnectInterceptor.configure(AtmosphereConfig config)
           
 void JSONPAtmosphereInterceptor.configure(AtmosphereConfig config)
           
 void JavaScriptProtocol.configure(AtmosphereConfig config)
           
 void IdleResourceInterceptor.configure(AtmosphereConfig config)
           
 void HeartbeatInterceptor.configure(AtmosphereConfig config)
           
 void CorsInterceptor.configure(AtmosphereConfig config)
           
 void CacheHeadersInterceptor.configure(AtmosphereConfig config)
           
 void AtmosphereResourceStateRecovery.configure(AtmosphereConfig config)
           
 void AtmosphereResourceLifecycleInterceptor.configure(AtmosphereConfig config)
           
 

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
 void EndpointMapper.configure(AtmosphereConfig config)
           
 void DefaultEndpointMapper.configure(AtmosphereConfig config)
           
protected  BroadcasterConfig SimpleBroadcaster.createBroadcasterConfig(AtmosphereConfig config)
           
static ExecutorService ExecutorsFactory.getAsyncOperationExecutor(AtmosphereConfig config, String name)
          Create an ExecutorService to be used for dispatching I/O events.
static ExecutorService ExecutorsFactory.getMessageDispatcher(AtmosphereConfig config, String name)
          Create an ExecutorService to be used for dispatching messages, not I/O events.
static ScheduledExecutorService ExecutorsFactory.getScheduler(AtmosphereConfig config)
          Create a ScheduledExecutorService used ot schedule I/O and non I/O events.
static String IOUtils.guestServletPath(AtmosphereConfig config)
           
 Broadcaster SimpleBroadcaster.initialize(String id, AtmosphereConfig config)
           
 Broadcaster ExcludeSessionBroadcaster.initialize(String id, AtmosphereConfig config)
           
 Broadcaster AbstractBroadcasterProxy.initialize(String id, URI uri, AtmosphereConfig config)
           
 AtmosphereConfig AtmosphereConfigReader.parse(AtmosphereConfig config, InputStream stream)
           
 AtmosphereConfig AtmosphereConfigReader.parse(AtmosphereConfig config, String filename)
           
 

Uses of AtmosphereConfig in org.atmosphere.websocket
 

Methods in org.atmosphere.websocket that return AtmosphereConfig
 AtmosphereConfig WebSocket.config()
           
 

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.
 

Constructors in org.atmosphere.websocket with parameters of type AtmosphereConfig
WebSocket(AtmosphereConfig config)
           
 

Uses of AtmosphereConfig in org.atmosphere.websocket.protocol
 

Methods in org.atmosphere.websocket.protocol with parameters of type AtmosphereConfig
 void StreamingHttpProtocol.configure(AtmosphereConfig config)
           
 void SimpleHttpProtocol.configure(AtmosphereConfig config)
           
 void EchoProtocol.configure(AtmosphereConfig config)
           
 



Copyright © 2014. All Rights Reserved.