Package org.atmosphere.cache

Interface Summary
BroadcasterCacheInspector Inspect BroadcastMessages before they get added to the BroadcasterCache.
 

Class Summary
AbstractBroadcasterCache Abstract BroadcasterCache which is used to implement headers, query parameters or session based caching.
BroadcastMessage A wrapper around an object passed to Broadcaster.broadcast(Object)
CacheMessage  
DefaultBroadcasterCache  
SessionBroadcasterCache Simple BroadcasterCache that use an HttpSession to cache messages.
UUIDBroadcasterCache An improved BroadcasterCache implementation that is based on the unique identifier (UUID) that all AtmosphereResources have.
UUIDBroadcasterCache.ClientQueue This class wraps all messages to be delivered to a client.
 



Copyright © 2014. All Rights Reserved.