Uses of Class
org.atmosphere.cpr.AtmosphereConfig
Packages that use AtmosphereConfig
Package
Description
-
Uses of AtmosphereConfig in org.atmosphere.cache
Fields in org.atmosphere.cache declared as AtmosphereConfigMethods in org.atmosphere.cache with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionvoidAbstractBroadcasterCache.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 AtmosphereConfigModifier and TypeMethodDescriptionvoidTrackMessageSizeInterceptor.configure(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.config.managed
Fields in org.atmosphere.config.managed declared as AtmosphereConfigMethods in org.atmosphere.config.managed with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionManagedAtmosphereHandler.configure(AtmosphereConfig config, Object c) voidServiceInterceptor.configure(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.container
Constructors in org.atmosphere.container with parameters of type AtmosphereConfigModifierConstructorDescriptionJSR356AsyncSupport(AtmosphereConfig config) JSR356AsyncSupport(AtmosphereConfig config, jakarta.servlet.ServletContext ctx) NettyCometSupport(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.container.version
Constructors in org.atmosphere.container.version with parameters of type AtmosphereConfigModifierConstructorDescriptionJSR356WebSocket(jakarta.websocket.Session session, AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as AtmosphereConfigModifier and TypeFieldDescriptionprotected final AtmosphereConfigAsynchronousProcessor.configprotected final AtmosphereConfigAtmosphereFramework.configprotected AtmosphereConfigDefaultBroadcaster.configprotected AtmosphereConfigDefaultBroadcasterFactory.configMethods in org.atmosphere.cpr that return AtmosphereConfigModifier and TypeMethodDescriptionAtmosphereFramework.getAtmosphereConfig()Return a configured instance ofAtmosphereConfig.AtmosphereResource.getAtmosphereConfig()Return theAtmosphereConfig.AtmosphereResourceImpl.getAtmosphereConfig()BroadcasterConfig.getAtmosphereConfig()Return theAtmosphereConfigvalue.Meteor.getAtmosphereConfig()Return theAtmosphereConfigprotected AtmosphereConfigAtmosphereFramework.newAtmosphereConfig()Create an instance ofAtmosphereConfigAtmosphereConfig.populate(AtmosphereConfig config) AtmosphereConfig.shutdownHook(AtmosphereConfig.ShutdownHook s) AtmosphereConfig.startupHook(AtmosphereConfig.StartupHook s) Add aAtmosphereConfig.StartupHook.Methods in org.atmosphere.cpr with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionvoidAtmosphereFramework.DefaultAtmosphereObjectFactory.configure(AtmosphereConfig config) voidAtmosphereInterceptorAdapter.configure(AtmosphereConfig config) voidAtmosphereResourceFactory.configure(AtmosphereConfig config) voidBroadcasterFactory.configure(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c) Configure the factoryvoidDefaultAnnotationProcessor.configure(AtmosphereConfig config) voidDefaultAtmosphereResourceFactory.configure(AtmosphereConfig config) voidDefaultBroadcasterFactory.configure(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c) voidDefaultMetaBroadcaster.configure(AtmosphereConfig config) AtmosphereResourceFactory.create(AtmosphereConfig config, String uuid) Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceFactory.create(AtmosphereConfig config, String uuid, AtmosphereRequest request) Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a) Create anAtmosphereResourceImplAtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereResponse response, AsyncSupport<?> a) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, String uuid) Create anAtmosphereResourceassociated with the uuid.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, String uuid, AtmosphereRequest request) Create anAtmosphereResourceassociated with the uuid.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a) Create anAtmosphereResourceImplDefaultAtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereResponse response, AsyncSupport<?> a) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.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.AtmosphereResource.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler) Initialize anAtmosphereResource.AtmosphereResourceImpl.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler) Initialize anAtmosphereResource.Broadcaster.initialize(String name, URI uri, AtmosphereConfig config) Configure a Broadcaster.DefaultBroadcaster.initialize(String name, URI uri, AtmosphereConfig config) DefaultBroadcaster.initialize(String name, AtmosphereConfig config) static AtmosphereResponseAtmosphereResponseImpl.newInstance(AtmosphereConfig config, AtmosphereRequest request, WebSocket webSocket) Create a new instance to use with WebSocket.AtmosphereConfig.populate(AtmosphereConfig config) static voidSessionTimeoutSupport.setupTimeout(AtmosphereConfig config, jakarta.servlet.http.HttpSession session) Disable HTTP session timeout.Constructors in org.atmosphere.cpr with parameters of type AtmosphereConfigModifierConstructorDescriptionAtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster, AtmosphereConfig config) AtmosphereHandlerWrapper(BroadcasterFactory broadcasterFactory, AtmosphereHandler atmosphereHandler, String mapping, AtmosphereConfig config) AtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport<AtmosphereResourceImpl> 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.DefaultBroadcasterFactory(Class<? extends Broadcaster> clazz, 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 AtmosphereConfigModifier and TypeMethodDescriptionAnnotatedProxy.configure(AtmosphereConfig config, 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 AtmosphereConfigModifier and TypeMethodDescriptionAtmosphereProducers.getAtmosphereConfig()AtmosphereConfigInjectable.injectable(AtmosphereConfig config) Methods in org.atmosphere.inject with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionvoidAtmosphereConfigAware.configure(AtmosphereConfig config) Configure an AtmosphereFramework object.voidAtmosphereProducers.configure(AtmosphereConfig config) voidInjectableObjectFactory.configure(AtmosphereConfig config) AtmosphereConfigInjectable.injectable(AtmosphereConfig config) AtmosphereFrameworkInjectable.injectable(AtmosphereConfig config) AtmosphereResourceFactoryInjectable.injectable(AtmosphereConfig config) AtmosphereResourceSessionFactoryInjectable.injectable(AtmosphereConfig config) BroadcasterFactoryInjectable.injectable(AtmosphereConfig config) Injectable.injectable(AtmosphereConfig config) Returns an instance of the TInjectIntrospectorAdapter.injectable(AtmosphereConfig config) MetaBroadcasterInjectable.injectable(AtmosphereConfig config) WebSocketFactoryInjectable.injectable(AtmosphereConfig config) -
Uses of AtmosphereConfig in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionvoidAtmosphereResourceLifecycleInterceptor.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 AtmosphereConfigModifier and TypeFieldDescriptionprotected AtmosphereConfigUnboundedApachePoolableProvider.configMethods in org.atmosphere.pool with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionvoidUnboundedApachePoolableProvider.configure(AtmosphereConfig config) Constructors in org.atmosphere.pool with parameters of type AtmosphereConfigModifierConstructorDescriptionPoolableBroadcasterFactory(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c) Deprecated. -
Uses of AtmosphereConfig in org.atmosphere.util
Methods in org.atmosphere.util that return AtmosphereConfigModifier and TypeMethodDescriptionAtmosphereConfigReader.parse(AtmosphereConfig config, InputStream stream) AtmosphereConfigReader.parse(AtmosphereConfig config, String filename) Methods in org.atmosphere.util with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionvoidDefaultEndpointMapper.configure(AtmosphereConfig config) voidVoidAnnotationProcessor.configure(AtmosphereConfig config) protected BroadcasterConfigSimpleBroadcaster.createBroadcasterConfig(AtmosphereConfig config) static ExecutorServiceExecutorsFactory.getAsyncOperationExecutor(AtmosphereConfig config, String name) Create anExecutorServiceto be used for dispatching I/O events.static ExecutorServiceExecutorsFactory.getMessageDispatcher(AtmosphereConfig config, String name) Create anExecutorServiceto be used for dispatching messages, not I/O events.static ScheduledExecutorServiceExecutorsFactory.getScheduler(AtmosphereConfig config) Create aScheduledExecutorServiceused ot schedule I/O and non I/O events.static StringIOUtils.guestRawServletPath(AtmosphereConfig config) static StringIOUtils.guestServletPath(AtmosphereConfig config) AbstractBroadcasterProxy.initialize(String id, URI uri, AtmosphereConfig config) ExcludeSessionBroadcaster.initialize(String id, AtmosphereConfig config) SimpleBroadcaster.initialize(String id, AtmosphereConfig config) static voidUtils.inject(Object object, Class<?> clazz, AtmosphereConfig config) AtmosphereConfigReader.parse(AtmosphereConfig config, InputStream stream) AtmosphereConfigReader.parse(AtmosphereConfig config, String filename) static booleanUtils.requestScopedInjection(AtmosphereConfig config, 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 AtmosphereConfigMethods in org.atmosphere.websocket with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionDefaultWebSocketProcessor.configure(AtmosphereConfig config) WebSocketProcessor.configure(AtmosphereConfig config) Configure, or post construct a WebSocketProcessorWebSocketProcessorAdapter.configure(AtmosphereConfig config) Constructors in org.atmosphere.websocket with parameters of type AtmosphereConfig -
Uses of AtmosphereConfig in org.atmosphere.websocket.protocol
Methods in org.atmosphere.websocket.protocol with parameters of type AtmosphereConfigModifier and TypeMethodDescriptionvoidEchoProtocol.configure(AtmosphereConfig config) voidSimpleHttpProtocol.configure(AtmosphereConfig config) voidStreamingHttpProtocol.configure(AtmosphereConfig config)