Uses of Class
org.atmosphere.cpr.BroadcasterFuture

Packages that use BroadcasterFuture
org.atmosphere.cpr   
 

Uses of BroadcasterFuture in org.atmosphere.cpr
 

Fields in org.atmosphere.cpr declared as BroadcasterFuture
 BroadcasterFuture<?> DefaultBroadcaster.Entry.future
           
 

Methods in org.atmosphere.cpr that return BroadcasterFuture
 BroadcasterFuture<E> BroadcasterFuture.done()
          Invoked when a Broadcaster completed it broadcast operation.
protected  BroadcasterFuture<Object> DefaultBroadcaster.futureDone(Object msg)
           
 

Methods in org.atmosphere.cpr with parameters of type BroadcasterFuture
protected  void DefaultBroadcaster.entryDone(BroadcasterFuture<?> f)
           
 

Constructors in org.atmosphere.cpr with parameters of type BroadcasterFuture
DefaultBroadcaster.AsyncWriteToken(AtmosphereResource resource, Object msg, BroadcasterFuture future, Object originalMessage)
           
DefaultBroadcaster.Entry(Object message, Object multipleAtmoResources, BroadcasterFuture<?> future, boolean writeLocally)
           
DefaultBroadcaster.Entry(Object message, Object multipleAtmoResources, BroadcasterFuture<?> future, Object originalMessage)
           
 



Copyright © 2012. All Rights Reserved.