Uses of Class
org.atmosphere.cpr.BroadcasterConfig

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
static BroadcasterConfig AtmosphereServlet.getBroadcasterConfig()
          Return the BroadcasterConfig used by this instance.
 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
static BroadcasterFactory DefaultBroadcasterFactory.build(Class<? extends Broadcaster> clazz, BroadcasterConfig config)
          Build a BroadcasterFactory
static BroadcasterFactory DefaultBroadcasterFactory.buildAndReplaceDefaultfactory(Class<? extends Broadcaster> clazz, BroadcasterConfig config)
          Build a default BroadcasterFactory returned when invoking BroadcasterFactory.getDefault() ()}.
 void DefaultBroadcaster.setBroadcasterConfig(BroadcasterConfig bc)
          Set the BroadcasterConfig instance.
 void Broadcaster.setBroadcasterConfig(BroadcasterConfig bc)
          Set the BroadcasterConfig instance.
 

Constructors in org.atmosphere.cpr with parameters of type BroadcasterConfig
DefaultBroadcasterFactory(Class<? extends Broadcaster> clazz, BroadcasterConfig config)
           
 

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
 



Copyright © 2011. All Rights Reserved.