| 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 |
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,
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. |
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. |
| 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 name)
Create a new BroadcasterConfig. |
BroadcasterConfig(List<String> broadcastFilters,
AtmosphereConfig config,
boolean handleExecutors,
String name)
Create a new BroadcasterConfig. |
BroadcasterConfig(List<String> broadcastFilters,
AtmosphereConfig config,
String name)
Create a new BroadcasterConfig. |
DefaultAsyncSupportResolver(AtmosphereConfig config)
|
DefaultBroadcasterFactory(Class<? extends Broadcaster> clazz,
String broadcasterLifeCyclePolicy,
AtmosphereConfig c)
|
MetaBroadcaster.ThirtySecondsCache(MetaBroadcaster metaBroadcaster,
AtmosphereConfig config)
|