Uses of Class
org.atmosphere.cpr.BroadcasterCache.Message

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

Uses of BroadcasterCache.Message in org.atmosphere.cache
 

Methods in org.atmosphere.cache with parameters of type BroadcasterCache.Message
 void SessionBroadcasterCache.addToCache(String broadcasterId, AtmosphereResource r, BroadcasterCache.Message message)
           
 void HeaderBroadcasterCache.addToCache(String broadcasterId, AtmosphereResource r, BroadcasterCache.Message e)
           
 boolean BroadcasterCacheInspector.inspect(BroadcasterCache.Message message)
          Inspect the BroadcasterCache.Message and return true if the message can be cached, false if not.
protected  boolean AbstractBroadcasterCache.inspect(BroadcasterCache.Message m)
           
protected  void AbstractBroadcasterCache.put(BroadcasterCache.Message message, Long now)
           
 

Uses of BroadcasterCache.Message in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr with parameters of type BroadcasterCache.Message
 void BroadcasterConfig.DefaultBroadcasterCache.addToCache(String id, AtmosphereResource r, BroadcasterCache.Message e)
           
 void BroadcasterCache.addToCache(String id, AtmosphereResource r, BroadcasterCache.Message e)
          Start tracking messages associated with AtmosphereResource from the cache
 



Copyright © 2012. All Rights Reserved.