| Package | Description |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcasterFactoryServiceProcessor.handle(AtmosphereFramework framework,
Class<BroadcasterFactory> annotatedClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBroadcasterFactory
This class is responsible for creating
Broadcaster instances. |
| Modifier and Type | Field and Description |
|---|---|
protected BroadcasterFactory |
AtmosphereFramework.broadcasterFactory |
protected static BroadcasterFactory |
BroadcasterFactory.factory |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterFactory |
DefaultBroadcasterFactory.addBroadcasterListener(BroadcasterListener l) |
BroadcasterFactory |
BroadcasterFactory.addBroadcasterListener(BroadcasterListener b) |
static BroadcasterFactory |
DefaultBroadcasterFactory.buildAndReplaceDefaultfactory(Class<? extends Broadcaster> clazz,
AtmosphereConfig c)
Build a default
BroadcasterFactory returned when invoking getDefault() ()}. |
BroadcasterFactory |
AtmosphereFramework.getBroadcasterFactory()
Get the
BroadcasterFactory which is used by Atmosphere to construct
Broadcaster. |
BroadcasterFactory |
AtmosphereConfig.getBroadcasterFactory()
Return an instance of
DefaultBroadcasterFactory. |
static BroadcasterFactory |
BroadcasterFactory.getDefault()
Deprecated.
|
BroadcasterFactory |
DefaultBroadcasterFactory.removeBroadcasterListener(BroadcasterListener l) |
BroadcasterFactory |
BroadcasterFactory.removeBroadcasterListener(BroadcasterListener b) |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
AtmosphereFramework.setBroadcasterFactory(BroadcasterFactory broadcasterFactory)
Set the
BroadcasterFactory which is used by Atmosphere to construct
Broadcaster. |
| Constructor and Description |
|---|
AtmosphereFramework.AtmosphereHandlerWrapper(BroadcasterFactory broadcasterFactory,
AtmosphereHandler atmosphereHandler,
String mapping) |
Copyright © 2015. All Rights Reserved.