Uses of Class
org.atmosphere.cpr.BroadcasterConfig

Packages that use BroadcasterConfig
org.atmosphere.cpr   
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
 

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.
 

Constructors in org.atmosphere.cpr with parameters of type BroadcasterConfig
DefaultBroadcaster(BroadcasterConfig bc)
           
 

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 © 2010 SUN Microsystems. All Rights Reserved.