Uses of Class
org.atmosphere.cpr.BroadcasterConfig

Packages that use BroadcasterConfig
org.atmosphere.cpr   
org.atmosphere.util   
 

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
protected  BroadcasterConfig BroadcasterConfig.broadcasterID(String broadcasterId)
           
protected  BroadcasterConfig DefaultBroadcaster.createBroadcasterConfig(AtmosphereConfig config)
          Create BroadcasterConfig.
 BroadcasterConfig DefaultBroadcaster.getBroadcasterConfig()
           
 BroadcasterConfig Broadcaster.getBroadcasterConfig()
          Return the current BroadcasterConfig.
 BroadcasterConfig BroadcasterConfig.init()
          Initialize BroadcastFilters and BroadcasterCache.
 BroadcasterConfig BroadcasterConfig.setAsyncWriteService(ExecutorService asyncWriteService)
          Set an ExecutorService which can be used to write AtmosphereResourceEvent.getMessage().
 BroadcasterConfig BroadcasterConfig.setAsyncWriteService(ExecutorService asyncWriteService, boolean isAsyncExecutorShared)
          Set an ExecutorService which can be used to write AtmosphereResourceEvent.getMessage().
 BroadcasterConfig BroadcasterConfig.setBroadcasterCache(BroadcasterCache broadcasterCache)
          Set a BroadcasterCache.
 BroadcasterConfig BroadcasterConfig.setExecutorService(ExecutorService executorService)
          Set an ExecutorService which can be used to dispatch AtmosphereResourceEvent.
 BroadcasterConfig BroadcasterConfig.setExecutorService(ExecutorService executorService, boolean isExecutorShared)
          Set an ExecutorService which can be used to dispatch AtmosphereResourceEvent.
 BroadcasterConfig BroadcasterConfig.setScheduledExecutorService(ScheduledExecutorService scheduler)
          Set an ExecutorService which can be used to dispatch AtmosphereResourceEvents.
 

Methods in org.atmosphere.cpr with parameters of type BroadcasterConfig
 void DefaultBroadcaster.setBroadcasterConfig(BroadcasterConfig bc)
           
 void Broadcaster.setBroadcasterConfig(BroadcasterConfig bc)
          Set the BroadcasterConfig instance.
 

Uses of BroadcasterConfig in org.atmosphere.util
 

Methods in org.atmosphere.util that return BroadcasterConfig
protected  BroadcasterConfig SimpleBroadcaster.createBroadcasterConfig(AtmosphereConfig config)
           
 

Methods in org.atmosphere.util with parameters of type BroadcasterConfig
 void SimpleBroadcaster.setBroadcasterConfig(BroadcasterConfig bc)
           
 



Copyright © 2015. All Rights Reserved.