Uses of Class
org.atmosphere.cpr.BroadcasterFuture

Packages that use BroadcasterFuture
org.atmosphere.cpr   
org.atmosphere.util   
org.atmosphere.util.gae   
 

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.
 

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.
 

Uses of BroadcasterFuture in org.atmosphere.util.gae
 

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



Copyright © 2010 SUN Microsystems. All Rights Reserved.