| Package | Description |
|---|---|
| org.atmosphere.cache | |
| org.atmosphere.cpr |
| Modifier and Type | Field and Description |
|---|---|
protected List<CacheMessage> |
AbstractBroadcasterCache.messages |
| Modifier and Type | Method and Description |
|---|---|
CacheMessage |
DefaultBroadcasterCache.addToCache(String broadcasterId,
AtmosphereResource r,
BroadcastMessage e) |
CacheMessage |
SessionBroadcasterCache.addToCache(String broadcasterId,
AtmosphereResource r,
BroadcastMessage message) |
CacheMessage |
UUIDBroadcasterCache.addToCache(String broadcasterId,
AtmosphereResource r,
BroadcastMessage message) |
CacheMessage |
HeaderBroadcasterCache.addToCache(String broadcasterId,
AtmosphereResource r,
BroadcastMessage e)
Deprecated.
|
protected CacheMessage |
AbstractBroadcasterCache.put(BroadcastMessage message,
Long now) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentLinkedQueue<CacheMessage> |
UUIDBroadcasterCache.ClientQueue.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBroadcasterCache.clearCache(String broadcasterId,
AtmosphereResource r,
CacheMessage cache) |
void |
UUIDBroadcasterCache.clearCache(String broadcasterId,
AtmosphereResource r,
CacheMessage message) |
void |
AbstractBroadcasterCache.clearCache(String broadcasterId,
AtmosphereResource r,
CacheMessage cache) |
| Modifier and Type | Field and Description |
|---|---|
CacheMessage |
Entry.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheMessage |
BroadcasterCache.addToCache(String broadcasterId,
AtmosphereResource r,
BroadcastMessage e)
Start tracking messages associated with
AtmosphereResource from the cache. |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcasterCache.clearCache(String broadcasterId,
AtmosphereResource r,
CacheMessage cache)
Remove the previously cached message.
|
| Constructor and Description |
|---|
DefaultBroadcaster.AsyncWriteToken(AtmosphereResource resource,
Object msg,
BroadcasterFuture future,
Object originalMessage,
CacheMessage cache) |
Entry(Entry.TYPE type,
Object originalMessage,
Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
CacheMessage cache,
boolean writeLocally,
Set<AtmosphereResource> resources,
boolean async) |
Copyright © 2015. All Rights Reserved.