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()
          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.setAsyncWriteService(ExecutorService asyncWriteService, boolean isAsyncExecutorShared)
          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.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 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 that return BroadcasterConfig
protected  BroadcasterConfig SimpleBroadcaster.createBroadcasterConfig(AtmosphereConfig config)
          Create BroadcasterConfig
 

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



Copyright © 2012. All Rights Reserved.