Uses of Class
org.atmosphere.cpr.BroadcasterFuture

Packages that use BroadcasterFuture
org.atmosphere.cpr   
 

Uses of BroadcasterFuture in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return BroadcasterFuture
 BroadcasterFuture<Object> DefaultBroadcaster.broadcast(Object msg)
          Broadcast the Object to all suspended response, e.g.
 BroadcasterFuture<Object> DefaultBroadcaster.broadcast(Object msg, AtmosphereResource r)
          Broadcast the Object to all suspended response, e.g.
 BroadcasterFuture<Object> DefaultBroadcaster.broadcast(Object msg, Set<AtmosphereResource> subset)
          Broadcast the Object to all suspended response, e.g.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.