Uses of Class
org.atmosphere.cache.UUIDBroadcasterCache.CacheMessage

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

Uses of UUIDBroadcasterCache.CacheMessage in org.atmosphere.cache
 

Methods in org.atmosphere.cache that return UUIDBroadcasterCache.CacheMessage
 UUIDBroadcasterCache.CacheMessage UUIDBroadcasterCache.addCacheCandidate(String broadcasterId, AtmosphereResource r, Object e)
          For backward compatibility with 1.0.9 and lower, use the method above.
 

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

Methods in org.atmosphere.cache with parameters of type UUIDBroadcasterCache.CacheMessage
 void UUIDBroadcasterCache.clearCache(String broadcasterId, AtmosphereResourceImpl r, UUIDBroadcasterCache.CacheMessage message)
           
 

Uses of UUIDBroadcasterCache.CacheMessage in org.atmosphere.cpr
 

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

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



Copyright © 2013. All Rights Reserved.