|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BroadcasterConfig | |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.util | |
| org.atmosphere.util.gae | |
| Uses of BroadcasterConfig in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as BroadcasterConfig | |
|---|---|
protected BroadcasterConfig |
DefaultBroadcaster.bc
|
| Methods in org.atmosphere.cpr that return BroadcasterConfig | |
|---|---|
BroadcasterConfig |
DefaultBroadcaster.getBroadcasterConfig()
Return the current BroadcasterConfig |
BroadcasterConfig |
Broadcaster.getBroadcasterConfig()
Return the current BroadcasterConfig |
BroadcasterConfig |
BroadcasterConfig.setAsyncWriteService(ExecutorService asyncWriteService)
Set an ExecutorService which can be used to write
AtmosphereResourceEvent.getMessage(). |
BroadcasterConfig |
BroadcasterConfig.setBroadcasterCache(BroadcasterCache broadcasterCache)
Set a BroadcasterConfig.DefaultBroadcasterCache |
BroadcasterConfig |
BroadcasterConfig.setExecutorService(ExecutorService executorService)
Set an ExecutorService which can be used to dispatch
AtmosphereResourceEvent. |
BroadcasterConfig |
BroadcasterConfig.setScheduledExecutorService(ScheduledExecutorService scheduler)
Set an ExecutorService which can be used to dispatch
AtmosphereResourceEvent. |
| Methods in org.atmosphere.cpr with parameters of type BroadcasterConfig | |
|---|---|
void |
DefaultBroadcaster.setBroadcasterConfig(BroadcasterConfig bc)
Set the BroadcasterConfig instance. |
void |
Broadcaster.setBroadcasterConfig(BroadcasterConfig bc)
Set the BroadcasterConfig instance. |
| Uses of BroadcasterConfig in org.atmosphere.util |
|---|
| Methods in org.atmosphere.util with parameters of type BroadcasterConfig | |
|---|---|
void |
SimpleBroadcaster.setBroadcasterConfig(BroadcasterConfig bc)
Set the BroadcasterConfig instance. |
| Uses of BroadcasterConfig in org.atmosphere.util.gae |
|---|
| Subclasses of BroadcasterConfig in org.atmosphere.util.gae | |
|---|---|
class |
GAEBroadcasterConfig
Special BroadcasterConfig that doesn't support ExecutorService |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||