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<String> DefaultBroadcaster.broadcast(String msg)
          Broadcast the F to all suspended response, e.g.
 BroadcasterFuture<String> DefaultBroadcaster.broadcast(String msg, AtmosphereEvent event)
          Broadcast the F to all suspended response, e.g.
 BroadcasterFuture<String> DefaultBroadcaster.broadcast(String msg, Set<AtmosphereEvent> subset)
          Broadcast the F to all suspended response, e.g.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.