Uses of Class
org.atmosphere.cpr.AtmosphereConfig
-
-
Uses of AtmosphereConfig in org.atmosphere.cache
Fields in org.atmosphere.cache declared as AtmosphereConfig Modifier and Type Field Description protected AtmosphereConfigAbstractBroadcasterCache. configMethods in org.atmosphere.cache with parameters of type AtmosphereConfig Modifier and Type Method Description voidAbstractBroadcasterCache. configure(AtmosphereConfig config)voidDefaultBroadcasterCache. configure(AtmosphereConfig config)voidUUIDBroadcasterCache. configure(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.client
Methods in org.atmosphere.client with parameters of type AtmosphereConfig Modifier and Type Method Description voidTrackMessageSizeInterceptor. configure(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.config.managed
Fields in org.atmosphere.config.managed declared as AtmosphereConfig Modifier and Type Field Description protected AtmosphereConfigServiceInterceptor. configMethods in org.atmosphere.config.managed with parameters of type AtmosphereConfig Modifier and Type Method Description AnnotatedProxyManagedAtmosphereHandler. configure(AtmosphereConfig config, java.lang.Object c)voidServiceInterceptor. configure(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.container
Methods in org.atmosphere.container with parameters of type AtmosphereConfig Modifier and Type Method Description static ActionTomcatWebSocketUtil. doService(AtmosphereRequest req, AtmosphereResponse res, TomcatWebSocketUtil.Delegate delegate, AtmosphereConfig config, WebSocketProcessor webSocketProcessor)static org.eclipse.jetty.websocket.WebSocketFactoryJettyWebSocketUtil. getFactory(AtmosphereConfig config, WebSocketProcessor webSocketProcessor) -
Uses of AtmosphereConfig in org.atmosphere.container.version
Constructors in org.atmosphere.container.version with parameters of type AtmosphereConfig Constructor Description 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 Modifier and Type Field Description protected AtmosphereConfigAsynchronousProcessor. configprotected AtmosphereConfigAtmosphereFramework. configprotected AtmosphereConfigDefaultBroadcaster. configprotected AtmosphereConfigDefaultBroadcasterFactory. configMethods in org.atmosphere.cpr that return AtmosphereConfig Modifier and Type Method Description AtmosphereConfigAtmosphereFramework. getAtmosphereConfig()Return a configured instance ofAtmosphereConfig.AtmosphereConfigAtmosphereResource. getAtmosphereConfig()Return theAtmosphereConfig.AtmosphereConfigAtmosphereResourceImpl. getAtmosphereConfig()AtmosphereConfigBroadcasterConfig. getAtmosphereConfig()Return theAtmosphereConfigvalue.AtmosphereConfigMeteor. getAtmosphereConfig()Return theAtmosphereConfigprotected AtmosphereConfigAtmosphereFramework. newAtmosphereConfig()Create an instance ofAtmosphereConfigAtmosphereConfigAtmosphereConfig. populate(AtmosphereConfig config)AtmosphereConfigAtmosphereConfig. shutdownHook(AtmosphereConfig.ShutdownHook s)AtmosphereConfigAtmosphereConfig. startupHook(AtmosphereConfig.StartupHook s)Add aAtmosphereConfig.StartupHook.Methods in org.atmosphere.cpr with parameters of type AtmosphereConfig Modifier and Type Method Description voidAtmosphereFramework.DefaultAtmosphereObjectFactory. configure(AtmosphereConfig config)voidAtmosphereInterceptorAdapter. configure(AtmosphereConfig config)voidAtmosphereResourceFactory. configure(AtmosphereConfig config)voidBroadcasterFactory. configure(java.lang.Class<? extends Broadcaster> clazz, java.lang.String broadcasterLifeCyclePolicy, AtmosphereConfig c)Configure the factoryvoidDefaultAnnotationProcessor. configure(AtmosphereConfig config)voidDefaultAtmosphereResourceFactory. configure(AtmosphereConfig config)voidDefaultBroadcasterFactory. configure(java.lang.Class<? extends Broadcaster> clazz, java.lang.String broadcasterLifeCyclePolicy, AtmosphereConfig c)voidDefaultMetaBroadcaster. configure(AtmosphereConfig config)AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, java.lang.String uuid)Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, java.lang.String uuid, AtmosphereRequest request)Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a)Create anAtmosphereResourceImplAtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, AtmosphereResponse response, AsyncSupport<?> a)Create anAtmosphereResourceImpl.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)Create anAtmosphereResourceImpl.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)Create anAtmosphereResourceImpl.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)Create anAtmosphereResourceImpl.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, java.lang.String uuid)Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, java.lang.String uuid, AtmosphereRequest request)Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a)Create anAtmosphereResourceImplAtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, AtmosphereResponse response, AsyncSupport<?> a)Create anAtmosphereResourceImpl.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)Create anAtmosphereResourceImpl.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)Create anAtmosphereResourceImpl.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)Create anAtmosphereResourceImpl.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)protected BroadcasterConfigDefaultBroadcaster. createBroadcasterConfig(AtmosphereConfig config)CreateBroadcasterConfig.voidAtmosphereServletProcessor. init(AtmosphereConfig config)Initialize theAtmosphereServletProcessorusing theServletConfig.voidBroadcastFilterLifecycle. init(AtmosphereConfig config)Initialize theBroadcastFilter.AtmosphereResourceAtmosphereResource. initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler)Initialize anAtmosphereResource.AtmosphereResourceAtmosphereResourceImpl. initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler)Initialize anAtmosphereResource.BroadcasterBroadcaster. initialize(java.lang.String name, java.net.URI uri, AtmosphereConfig config)Configure a Broadcaster.BroadcasterDefaultBroadcaster. initialize(java.lang.String name, java.net.URI uri, AtmosphereConfig config)BroadcasterDefaultBroadcaster. initialize(java.lang.String name, AtmosphereConfig config)static AtmosphereResponseAtmosphereResponseImpl. newInstance(AtmosphereConfig config, AtmosphereRequest request, WebSocket webSocket)Create a new instance to use with WebSocket.AtmosphereConfigAtmosphereConfig. populate(AtmosphereConfig config)static voidSessionTimeoutSupport. setupTimeout(AtmosphereConfig config, javax.servlet.http.HttpSession session)Disable HTTP session timeout.Constructors in org.atmosphere.cpr with parameters of type AtmosphereConfig Constructor Description AsynchronousProcessor(AtmosphereConfig config)AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster, AtmosphereConfig config)AtmosphereHandlerWrapper(BroadcasterFactory broadcasterFactory, AtmosphereHandler atmosphereHandler, java.lang.String mapping, AtmosphereConfig config)AtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport<AtmosphereResourceImpl> asyncSupport, AtmosphereHandler atmosphereHandler)Deprecated.BroadcasterConfig(java.util.concurrent.ExecutorService executorService, java.util.concurrent.ExecutorService asyncWriteService, java.util.concurrent.ScheduledExecutorService scheduler, AtmosphereConfig config, java.lang.String broadcasterId)Create a new BroadcasterConfig.BroadcasterConfig(java.util.List<java.lang.String> broadcastFilters, AtmosphereConfig config, boolean handleExecutors, java.lang.String broadcasterId)Create a new BroadcasterConfig.BroadcasterConfig(java.util.List<java.lang.String> broadcastFilters, AtmosphereConfig config, java.lang.String broadcasterId)Create a new BroadcasterConfig.DefaultAsyncSupportResolver(AtmosphereConfig config)DefaultBroadcasterFactory(java.lang.Class<? extends Broadcaster> clazz, java.lang.String broadcasterLifeCyclePolicy, AtmosphereConfig c)Deprecated.SessionTimeoutRestorer(AtmosphereConfig config, int timeout)ThirtySecondsCache(MetaBroadcaster metaBroadcaster, AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.handler
Methods in org.atmosphere.handler with parameters of type AtmosphereConfig Modifier and Type Method Description AnnotatedProxyAnnotatedProxy. configure(AtmosphereConfig config, java.lang.Object c)Configure the proxy.voidAbstractReflectorAtmosphereHandler. init(AtmosphereConfig config)voidReflectorServletProcessor. init(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.inject
Methods in org.atmosphere.inject that return AtmosphereConfig Modifier and Type Method Description AtmosphereConfigAtmosphereProducers. getAtmosphereConfig()AtmosphereConfigAtmosphereConfigInjectable. injectable(AtmosphereConfig config)Methods in org.atmosphere.inject with parameters of type AtmosphereConfig Modifier and Type Method Description voidAtmosphereConfigAware. configure(AtmosphereConfig config)Configure an AtmosphereFramework object.voidAtmosphereProducers. configure(AtmosphereConfig config)voidInjectableObjectFactory. configure(AtmosphereConfig config)AtmosphereConfigAtmosphereConfigInjectable. injectable(AtmosphereConfig config)AtmosphereFrameworkAtmosphereFrameworkInjectable. injectable(AtmosphereConfig config)AtmosphereResourceFactoryAtmosphereResourceFactoryInjectable. injectable(AtmosphereConfig config)AtmosphereResourceSessionFactoryAtmosphereResourceSessionFactoryInjectable. injectable(AtmosphereConfig config)BroadcasterFactoryBroadcasterFactoryInjectable. injectable(AtmosphereConfig config)TInjectable. injectable(AtmosphereConfig config)Returns an instance of the TTInjectIntrospectorAdapter. injectable(AtmosphereConfig config)MetaBroadcasterMetaBroadcasterInjectable. injectable(AtmosphereConfig config)WebSocketFactoryWebSocketFactoryInjectable. injectable(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor with parameters of type AtmosphereConfig Modifier and Type Method Description voidAtmosphereResourceLifecycleInterceptor. configure(AtmosphereConfig config)voidAtmosphereResourceStateRecovery. configure(AtmosphereConfig config)voidCacheHeadersInterceptor. configure(AtmosphereConfig config)voidCorsInterceptor. configure(AtmosphereConfig config)voidHeartbeatInterceptor. configure(AtmosphereConfig config)voidIdleResourceInterceptor. configure(AtmosphereConfig config)voidJavaScriptProtocol. configure(AtmosphereConfig config)voidJSONPAtmosphereInterceptor. configure(AtmosphereConfig config)voidOnDisconnectInterceptor. configure(AtmosphereConfig config)voidSimpleRestInterceptor. configure(AtmosphereConfig config)voidSSEAtmosphereInterceptor. configure(AtmosphereConfig config)voidTrackMessageSizeB64Interceptor. configure(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.pool
Fields in org.atmosphere.pool declared as AtmosphereConfig Modifier and Type Field Description protected AtmosphereConfigUnboundedApachePoolableProvider. configMethods in org.atmosphere.pool with parameters of type AtmosphereConfig Modifier and Type Method Description voidUnboundedApachePoolableProvider. configure(AtmosphereConfig config)Constructors in org.atmosphere.pool with parameters of type AtmosphereConfig Constructor Description PoolableBroadcasterFactory(java.lang.Class<? extends Broadcaster> clazz, java.lang.String broadcasterLifeCyclePolicy, AtmosphereConfig c)Deprecated. -
Uses of AtmosphereConfig in org.atmosphere.util
Methods in org.atmosphere.util that return AtmosphereConfig Modifier and Type Method Description AtmosphereConfigAtmosphereConfigReader. parse(AtmosphereConfig config, java.io.InputStream stream)AtmosphereConfigAtmosphereConfigReader. parse(AtmosphereConfig config, java.lang.String filename)Methods in org.atmosphere.util with parameters of type AtmosphereConfig Modifier and Type Method Description voidDefaultEndpointMapper. configure(AtmosphereConfig config)voidVoidAnnotationProcessor. configure(AtmosphereConfig config)protected BroadcasterConfigSimpleBroadcaster. createBroadcasterConfig(AtmosphereConfig config)static java.util.concurrent.ExecutorServiceExecutorsFactory. getAsyncOperationExecutor(AtmosphereConfig config, java.lang.String name)Create anExecutorServiceto be used for dispatching I/O events.static java.util.concurrent.ExecutorServiceExecutorsFactory. getMessageDispatcher(AtmosphereConfig config, java.lang.String name)Create anExecutorServiceto be used for dispatching messages, not I/O events.static java.util.concurrent.ScheduledExecutorServiceExecutorsFactory. getScheduler(AtmosphereConfig config)Create aScheduledExecutorServiceused ot schedule I/O and non I/O events.static java.lang.StringIOUtils. guestRawServletPath(AtmosphereConfig config)static java.lang.StringIOUtils. guestServletPath(AtmosphereConfig config)BroadcasterAbstractBroadcasterProxy. initialize(java.lang.String id, java.net.URI uri, AtmosphereConfig config)BroadcasterExcludeSessionBroadcaster. initialize(java.lang.String id, AtmosphereConfig config)BroadcasterSimpleBroadcaster. initialize(java.lang.String id, AtmosphereConfig config)static voidUtils. inject(java.lang.Object object, java.lang.Class<?> clazz, AtmosphereConfig config)AtmosphereConfigAtmosphereConfigReader. parse(AtmosphereConfig config, java.io.InputStream stream)AtmosphereConfigAtmosphereConfigReader. parse(AtmosphereConfig config, java.lang.String filename)static booleanUtils. requestScopedInjection(AtmosphereConfig config, java.lang.Object o)Inject custom object.static booleanUtils. requestScopedInjection(AtmosphereConfig config, AtmosphereHandler h)static voidExecutorsFactory. reset(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.websocket
Methods in org.atmosphere.websocket that return AtmosphereConfig Modifier and Type Method Description AtmosphereConfigWebSocket. config()Methods in org.atmosphere.websocket with parameters of type AtmosphereConfig Modifier and Type Method Description WebSocketProcessorDefaultWebSocketProcessor. configure(AtmosphereConfig config)WebSocketProcessorWebSocketProcessor. configure(AtmosphereConfig config)Configure, or post construct a WebSocketProcessorWebSocketProcessorWebSocketProcessorAdapter. configure(AtmosphereConfig config)Constructors in org.atmosphere.websocket with parameters of type AtmosphereConfig Constructor Description WebSocket(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.websocket.protocol
Methods in org.atmosphere.websocket.protocol with parameters of type AtmosphereConfig Modifier and Type Method Description voidEchoProtocol. configure(AtmosphereConfig config)voidSimpleHttpProtocol. configure(AtmosphereConfig config)voidStreamingHttpProtocol. configure(AtmosphereConfig config)
-