Uses of Class
org.atmosphere.cpr.BroadcasterFuture

Packages that use BroadcasterFuture
org.atmosphere.util   
 

Uses of BroadcasterFuture in org.atmosphere.util
 

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



Copyright © 2010. All Rights Reserved.