Uses of Class
org.atmosphere.cache.AbstractBroadcasterCache

Packages that use AbstractBroadcasterCache
org.atmosphere.cache   
 

Uses of AbstractBroadcasterCache in org.atmosphere.cache
 

Subclasses of AbstractBroadcasterCache in org.atmosphere.cache
 class HeaderBroadcasterCache
          Deprecated. Use UUIDBroadcasterCache.
 class SessionBroadcasterCache
          Simple BroadcasterCache that use an HttpSession to cache lost message.
 

Methods in org.atmosphere.cache that return AbstractBroadcasterCache
 AbstractBroadcasterCache AbstractBroadcasterCache.setInvalidateCacheInterval(long invalidateCacheInterval)
          Set the time, in millisecond, the cache will be checked and purged.
 AbstractBroadcasterCache AbstractBroadcasterCache.setMaxCacheTime(long maxCacheTime)
          Set the maxium time, in millisecond, a message stay alive in the cache.
 



Copyright © 2013. All Rights Reserved.