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
          BroadcasterCache implementation based on the X-Cache-Date headers sent by the client.
 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.
 AbstractBroadcasterCache AbstractBroadcasterCache.setReaper(ScheduledExecutorService reaper)
          Set the ScheduledExecutorService to clear the cached message.
 AbstractBroadcasterCache AbstractBroadcasterCache.setShared(boolean isShared)
          Set to true the associated getReaper() is shared amongs BroadcasterCache
 



Copyright © 2012. All Rights Reserved.