Uses of Class
org.atmosphere.cache.CacheMessage

Packages that use CacheMessage
org.atmosphere.cache   
org.atmosphere.cpr   
 

Uses of CacheMessage in org.atmosphere.cache
 

Fields in org.atmosphere.cache with type parameters of type CacheMessage
protected  List<CacheMessage> AbstractBroadcasterCache.messages
           
 

Methods in org.atmosphere.cache that return CacheMessage
 CacheMessage UUIDBroadcasterCache.addToCache(String broadcasterId, AtmosphereResource r, BroadcastMessage message)
          Start tracking messages associated with AtmosphereResource from the cache
 CacheMessage SessionBroadcasterCache.addToCache(String broadcasterId, AtmosphereResource r, BroadcastMessage message)
           
 CacheMessage HeaderBroadcasterCache.addToCache(String broadcasterId, AtmosphereResource r, BroadcastMessage e)
          Deprecated.  
 CacheMessage DefaultBroadcasterCache.addToCache(String broadcasterId, AtmosphereResource r, BroadcastMessage e)
           
protected  CacheMessage AbstractBroadcasterCache.put(BroadcastMessage message, Long now)
           
 

Methods in org.atmosphere.cache that return types with arguments of type CacheMessage
 LinkedList<CacheMessage> UUIDBroadcasterCache.ClientQueue.getQueue()
           
 

Methods in org.atmosphere.cache with parameters of type CacheMessage
 void UUIDBroadcasterCache.clearCache(String broadcasterId, AtmosphereResource r, CacheMessage message)
          Remove the previously cached message.
 void DefaultBroadcasterCache.clearCache(String broadcasterId, AtmosphereResource r, CacheMessage cache)
           
 void AbstractBroadcasterCache.clearCache(String broadcasterId, AtmosphereResource r, CacheMessage cache)
           
 

Uses of CacheMessage in org.atmosphere.cpr
 

Fields in org.atmosphere.cpr declared as CacheMessage
 CacheMessage DefaultBroadcaster.Entry.cache
           
 

Methods in org.atmosphere.cpr that return CacheMessage
 CacheMessage BroadcasterCache.addToCache(String broadcasterId, AtmosphereResource r, BroadcastMessage e)
          Start tracking messages associated with AtmosphereResource from the cache
 

Methods in org.atmosphere.cpr with parameters of type CacheMessage
 void BroadcasterCache.clearCache(String broadcasterId, AtmosphereResource r, CacheMessage cache)
          Remove the previously cached message.
 

Constructors in org.atmosphere.cpr with parameters of type CacheMessage
DefaultBroadcaster.AsyncWriteToken(AtmosphereResource resource, Object msg, BroadcasterFuture future, Object originalMessage, CacheMessage cache)
           
 



Copyright © 2013. All Rights Reserved.