Uses of Interface
org.atmosphere.cpr.Broadcaster

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

Uses of Broadcaster in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement Broadcaster
 class DefaultBroadcaster
          Broadcaster implementation.
 

Fields in org.atmosphere.cpr declared as Broadcaster
 Broadcaster AtmosphereServlet.AtmosphereHandlerWrapper.broadcaster
           
protected  Broadcaster AtmosphereResourceImpl.broadcaster
           
 

Methods in org.atmosphere.cpr that return Broadcaster
 Broadcaster ClusterBroadcastFilter.getBroadcaster()
          Return the Broadcaster
 Broadcaster AtmosphereResourceImpl.getBroadcaster()
          Return the current Broadcaster
 Broadcaster AtmosphereResource.getBroadcaster()
          Return the current Broadcaster
 

Methods in org.atmosphere.cpr with parameters of type Broadcaster
 void ClusterBroadcastFilter.setBroadcaster(Broadcaster bc)
          The Broadcaster to use.
 void AtmosphereResourceImpl.setBroadcaster(Broadcaster broadcaster)
          Set the current Broadcaster
 void AtmosphereResource.setBroadcaster(Broadcaster broadcaster)
          Set the current Broadcaster
 

Constructors in org.atmosphere.cpr with parameters of type Broadcaster
AtmosphereResourceImpl(AtmosphereServlet.AtmosphereConfig config, Broadcaster broadcaster, HttpServletRequest req, HttpServletResponse res, CometSupport cometSupport, AtmosphereResourceEventImpl event)
          Create an AtmosphereResource.
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler g, Broadcaster b)
           
 

Uses of Broadcaster in org.atmosphere.util
 

Methods in org.atmosphere.util that return Broadcaster
 Broadcaster BroadcasterLookup.lookup(String name)
          Lookup a Broadcaster instance using getName().
 

Methods in org.atmosphere.util with parameters of type Broadcaster
 boolean BroadcasterLookup.add(Broadcaster b)
          Add a Broadcaster to the list.
 boolean BroadcasterLookup.remove(Broadcaster b)
          Remove a Broadcaster to the list.
 

Constructors in org.atmosphere.util with parameters of type Broadcaster
BroadcasterLookup.OutOfScopeException(Broadcaster b)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.