|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Methods in org.atmosphere.config.managed with parameters of type AtmosphereConfig | |
|---|---|
void |
MeteorServiceInterceptor.configure(AtmosphereConfig config)
|
void |
ManagedServiceInterceptor.configure(AtmosphereConfig config)
|
void |
AtmosphereHandlerServiceInterceptor.configure(AtmosphereConfig config)
|
| 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)
|
| 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)
|
|
| 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. |
| 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,
String name)
|
|
BroadcasterConfig(List<String> list,
AtmosphereConfig config,
boolean handleExecutors,
String name)
|
|
BroadcasterConfig(List<String> list,
AtmosphereConfig config,
String name)
|
|
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.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 |
JavaScriptProtocol.configure(AtmosphereConfig config)
|
void |
HeartbeatInterceptor.configure(AtmosphereConfig config)
|
void |
DefaultHeadersInterceptor.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 | |
|---|---|
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. |
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 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 |
SimpleHttpProtocol.configure(AtmosphereConfig config)
|
void |
EchoProtocol.configure(AtmosphereConfig config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||