| Modifier and Type | Method and Description |
|---|---|
void |
TrackMessageSizeInterceptor.configure(AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
MeteorServiceInterceptor.configure(AtmosphereConfig config) |
void |
ManagedServiceInterceptor.configure(AtmosphereConfig config) |
void |
AtmosphereHandlerServiceInterceptor.configure(AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and 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) |
| Modifier and Type | Field and Description |
|---|---|
protected AtmosphereConfig |
DefaultBroadcaster.config |
protected static AtmosphereConfig |
BroadcasterFactory.config |
protected AtmosphereConfig |
AtmosphereFramework.config |
protected AtmosphereConfig |
AsynchronousProcessor.config |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Method and Description |
|---|---|
static BroadcasterFactory |
DefaultBroadcasterFactory.buildAndReplaceDefaultfactory(java.lang.Class<? extends Broadcaster> clazz,
AtmosphereConfig c)
Build a default
BroadcasterFactory returned when invoking BroadcasterFactory.getDefault() ()}. |
void |
AtmosphereInterceptorAdapter.configure(AtmosphereConfig config) |
void |
AtmosphereInterceptor.configure(AtmosphereConfig config)
Allow this object to configure its state when initialized.
|
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
AtmosphereRequest request,
AtmosphereResponse response,
AsyncSupport<?> a)
Create an
AtmosphereResourceImpl |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
AtmosphereResponse response,
AsyncSupport<?> a)
Create an
AtmosphereResourceImpl. |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest request,
AtmosphereResponse response,
AsyncSupport<?> a,
AtmosphereHandler handler)
Create an
AtmosphereResourceImpl. |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereResponse response,
AsyncSupport<?> a,
AtmosphereHandler handler)
Create an
AtmosphereResourceImpl. |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
java.lang.String uuid)
Create an
AtmosphereResource associated with the uuid. |
protected BroadcasterConfig |
DefaultBroadcaster.createBroadcasterConfig(AtmosphereConfig config)
Create
BroadcasterConfig. |
void |
BroadcastFilterLifecycle.init(AtmosphereConfig config)
Initialize the
BroadcastFilter. |
static AtmosphereResponse |
AtmosphereResponse.newInstance(AtmosphereConfig config,
AtmosphereRequest request,
WebSocket webSocket)
Create a new instance to use with WebSocket.
|
| Constructor and Description |
|---|
AsynchronousProcessor(AtmosphereConfig config) |
AtmosphereResourceImpl(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest req,
AtmosphereResponse response,
AsyncSupport asyncSupport,
AtmosphereHandler atmosphereHandler)
Create an
AtmosphereResource. |
BroadcasterConfig(java.util.concurrent.ExecutorService executorService,
java.util.concurrent.ExecutorService asyncWriteService,
java.util.concurrent.ScheduledExecutorService scheduler,
AtmosphereConfig config,
java.lang.String name) |
BroadcasterConfig(java.util.List<java.lang.String> list,
AtmosphereConfig config,
boolean handleExecutors,
java.lang.String name) |
BroadcasterConfig(java.util.List<java.lang.String> list,
AtmosphereConfig config,
java.lang.String name) |
DefaultAsyncSupportResolver(AtmosphereConfig config) |
DefaultBroadcaster(java.lang.String name,
AtmosphereConfig config) |
DefaultBroadcaster(java.lang.String name,
java.net.URI uri,
AtmosphereConfig config) |
DefaultBroadcasterFactory(java.lang.Class<? extends Broadcaster> clazz,
java.lang.String broadcasterLifeCyclePolicy,
AtmosphereConfig c) |
| Modifier and Type | Method and Description |
|---|---|
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 |
HeartbeatInterceptor.configure(AtmosphereConfig config) |
void |
DefaultHeadersInterceptor.configure(AtmosphereConfig config) |
void |
AtmosphereResourceStateRecovery.configure(AtmosphereConfig config) |
void |
AtmosphereResourceLifecycleInterceptor.configure(AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereConfig |
AtmosphereConfigReader.parse(AtmosphereConfig config,
java.io.InputStream stream) |
AtmosphereConfig |
AtmosphereConfigReader.parse(AtmosphereConfig config,
java.lang.String filename) |
| Modifier and Type | Method and Description |
|---|---|
protected BroadcasterConfig |
SimpleBroadcaster.createBroadcasterConfig(AtmosphereConfig config) |
static java.util.concurrent.ExecutorService |
ExecutorsFactory.getAsyncOperationExecutor(AtmosphereConfig config,
java.lang.String name)
Create an
ExecutorService to be used for dispatching I/O events. |
static java.util.concurrent.ExecutorService |
ExecutorsFactory.getMessageDispatcher(AtmosphereConfig config,
java.lang.String name)
Create an
ExecutorService to be used for dispatching messages, not I/O events. |
static java.util.concurrent.ScheduledExecutorService |
ExecutorsFactory.getScheduler(AtmosphereConfig config)
Create a
ScheduledExecutorService used ot schedule I/O and non I/O events. |
AtmosphereConfig |
AtmosphereConfigReader.parse(AtmosphereConfig config,
java.io.InputStream stream) |
AtmosphereConfig |
AtmosphereConfigReader.parse(AtmosphereConfig config,
java.lang.String filename) |
| Constructor and Description |
|---|
AbstractBroadcasterProxy(java.lang.String id,
java.net.URI uri,
AtmosphereConfig config) |
ExcludeSessionBroadcaster(java.lang.String id,
AtmosphereConfig config) |
SimpleBroadcaster(java.lang.String id,
AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereConfig |
WebSocket.config() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketProtocol.configure(AtmosphereConfig config)
Allow an implementation to query the AtmosphereConfig of init-param, etc.
|
| Constructor and Description |
|---|
WebSocket(AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleHttpProtocol.configure(AtmosphereConfig config) |
void |
EchoProtocol.configure(AtmosphereConfig config) |
Copyright © 2018. All Rights Reserved.