Uses of Class
org.atmosphere.cpr.BroadcasterConfig

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

Uses of BroadcasterConfig in org.atmosphere.cache
 

Methods in org.atmosphere.cache with parameters of type BroadcasterConfig
 void UUIDBroadcasterCache.configure(BroadcasterConfig config)
           
 void DefaultBroadcasterCache.configure(BroadcasterConfig config)
           
 void AbstractBroadcasterCache.configure(BroadcasterConfig config)
           
 

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 name)
           
protected  BroadcasterConfig DefaultBroadcaster.createBroadcasterConfig(AtmosphereConfig config)
          Create BroadcasterConfig.
 BroadcasterConfig DefaultBroadcaster.getBroadcasterConfig()
           
 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 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 BroadcasterCache.configure(BroadcasterConfig config)
          Configure the cache.
 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 © 2014. All Rights Reserved.