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<?> Entry.future
           
 

Methods in org.atmosphere.cpr that return BroadcasterFuture
 BroadcasterFuture<E> BroadcasterFuture.done()
          Invoked when a Broadcaster completed its 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.AsyncWriteToken(AtmosphereResource resource, Object msg, BroadcasterFuture future, Object originalMessage, CacheMessage cache)
           
Entry(Entry.TYPE type, Object originalMessage, Object message, AtmosphereResource r, BroadcasterFuture<?> future, CacheMessage cache, boolean writeLocally, Set<AtmosphereResource> resources)
           
Entry(Object message, AtmosphereResource r, BroadcasterFuture<?> future, Object originalMessage)
           
Entry(Object message, BroadcasterFuture<?> future, boolean writeLocally)
           
Entry(Object message, BroadcasterFuture<?> future, Object originalMessage)
           
Entry(Object message, Set<AtmosphereResource> resources, BroadcasterFuture<?> future, Object originalMessage)
           
 



Copyright © 2013. All Rights Reserved.