Uses of Interface
org.atmosphere.cpr.BroadcasterCache

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

Uses of BroadcasterCache in org.atmosphere.cache
 

Classes in org.atmosphere.cache that implement BroadcasterCache
 class AbstractBroadcasterCache
          Abstract BroadcasterCache which is used to implement headers or query parameters or session based caching.
 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 BroadcasterCache
 BroadcasterCache AbstractBroadcasterCache.inspector(BroadcasterCacheInspector b)
           
 

Uses of BroadcasterCache in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement BroadcasterCache
static class BroadcasterConfig.DefaultBroadcasterCache
           
 

Methods in org.atmosphere.cpr that return BroadcasterCache
 BroadcasterCache BroadcasterConfig.getBroadcasterCache()
          Get a BroadcasterConfig.DefaultBroadcasterCache
 BroadcasterCache BroadcasterConfig.DefaultBroadcasterCache.inspector(BroadcasterCacheInspector interceptor)
           
 BroadcasterCache BroadcasterCache.inspector(BroadcasterCacheInspector interceptor)
          Add a BroadcasterCacheInspector that will be invoked before a message gets added to the cache.
 

Methods in org.atmosphere.cpr with parameters of type BroadcasterCache
 BroadcasterConfig BroadcasterConfig.setBroadcasterCache(BroadcasterCache broadcasterCache)
          Set a BroadcasterConfig.DefaultBroadcasterCache
 



Copyright © 2012. All Rights Reserved.