Uses of Interface
org.atmosphere.cpr.Broadcaster

Packages that use Broadcaster
org.atmosphere.cpr   
 

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
protected  Broadcaster AtmosphereEventImpl.broadcaster
           
 Broadcaster AtmosphereServlet.AtmosphereHandlerWrapper.broadcaster
           
 

Methods in org.atmosphere.cpr that return Broadcaster
 Broadcaster AtmosphereEventImpl.getBroadcaster()
          Return the current Broadcaster
 Broadcaster AtmosphereEvent.getBroadcaster()
          Return the current Broadcaster
 

Methods in org.atmosphere.cpr with parameters of type Broadcaster
 void AtmosphereEventImpl.setBroadcaster(Broadcaster broadcaster)
          Set the current Broadcaster
 void AtmosphereEvent.setBroadcaster(Broadcaster broadcaster)
          Set the current Broadcaster
 

Constructors in org.atmosphere.cpr with parameters of type Broadcaster
AtmosphereEventImpl(ServletContext servletContext, String webServerName, Broadcaster broadcaster, HttpServletRequest req, HttpServletResponse res)
          Create an AtmosphereEvent.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.