Uses of Class
org.atmosphere.cache.CacheMessage
Packages that use CacheMessage
-
Uses of CacheMessage in org.atmosphere.cache
Fields in org.atmosphere.cache with type parameters of type CacheMessageModifier and TypeFieldDescriptionprotected final List<CacheMessage> AbstractBroadcasterCache.messagesMethods in org.atmosphere.cache that return CacheMessageModifier and TypeMethodDescriptionDefaultBroadcasterCache.addToCache(String broadcasterId, String uuid, BroadcastMessage message) SessionBroadcasterCache.addToCache(String broadcasterId, String uuid, BroadcastMessage message) UUIDBroadcasterCache.addToCache(String broadcasterId, String uuid, BroadcastMessage message) protected CacheMessageAbstractBroadcasterCache.put(BroadcastMessage message, Long now, String uuid) Methods in org.atmosphere.cache that return types with arguments of type CacheMessageMethods in org.atmosphere.cache with parameters of type CacheMessageModifier and TypeMethodDescriptionAbstractBroadcasterCache.clearCache(String broadcasterId, String uuid, CacheMessage cache) DefaultBroadcasterCache.clearCache(String broadcasterId, String uuid, CacheMessage cache) UUIDBroadcasterCache.clearCache(String broadcasterId, String uuid, CacheMessage message) -
Uses of CacheMessage in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as CacheMessageMethods in org.atmosphere.cpr that return CacheMessageModifier and TypeMethodDescriptionBroadcasterCache.addToCache(String broadcasterId, String uuid, BroadcastMessage message) Start tracking messages associated withAtmosphereResourcefrom the cache.Deliver.getCache()Methods in org.atmosphere.cpr with parameters of type CacheMessageModifier and TypeMethodDescriptionBroadcasterCache.clearCache(String broadcasterId, String uuid, CacheMessage cache) Remove the previously cached message.protected booleanDefaultBroadcaster.endBroadcast(Deliver deliver, AtmosphereResource r, CacheMessage cacheMsg, boolean deliverMessage) voidBroadcasterCacheListener.onAddCache(String broadcasterId, CacheMessage cacheMessage) Invoked when a message is added to the cachevoidBroadcasterCacheListener.onRemoveCache(String broadcasterId, CacheMessage cacheMessage) Invoked when a message is removed from the cache.voidDeliver.setCache(CacheMessage cache) Constructors in org.atmosphere.cpr with parameters of type CacheMessageModifierConstructorDescriptionAsyncWriteToken(AtmosphereResource resource, Object msg, BroadcasterFuture future, Object originalMessage, CacheMessage cache, AtomicInteger count) Deliver(AtmosphereResource r, Deliver e, CacheMessage cacheMessage) Deliver(Deliver.TYPE type, Object originalMessage, Object message, AtmosphereResource r, BroadcasterFuture<?> future, CacheMessage cache, boolean writeLocally, Set<AtmosphereResource> resources, boolean async)