public class Entry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Entry.TYPE |
| Modifier and Type | Field and Description |
|---|---|
boolean |
async |
CacheMessage |
cache |
BroadcasterFuture<?> |
future |
java.lang.Object |
message |
java.lang.Object |
originalMessage |
AtmosphereResource |
resource |
java.util.Set<AtmosphereResource> |
resources |
Entry.TYPE |
type |
boolean |
writeLocally |
| Constructor and Description |
|---|
Entry(AtmosphereResource r,
Entry e) |
Entry(AtmosphereResource r,
Entry e,
CacheMessage cache) |
Entry(Entry.TYPE type,
java.lang.Object originalMessage,
java.lang.Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
CacheMessage cache,
boolean writeLocally,
java.util.Set<AtmosphereResource> resources,
boolean async) |
Entry(java.lang.Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
java.lang.Object originalMessage) |
Entry(java.lang.Object message,
BroadcasterFuture<?> future,
boolean writeLocally) |
Entry(java.lang.Object message,
BroadcasterFuture<?> future,
java.lang.Object originalMessage) |
Entry(java.lang.Object message,
java.util.Set<AtmosphereResource> resources,
BroadcasterFuture<?> future,
java.lang.Object originalMessage) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.Object message
public BroadcasterFuture<?> future
public boolean writeLocally
public java.lang.Object originalMessage
public final AtmosphereResource resource
public final java.util.Set<AtmosphereResource> resources
public final Entry.TYPE type
public CacheMessage cache
public boolean async
public Entry(Entry.TYPE type, java.lang.Object originalMessage, java.lang.Object message, AtmosphereResource r, BroadcasterFuture<?> future, CacheMessage cache, boolean writeLocally, java.util.Set<AtmosphereResource> resources, boolean async)
public Entry(java.lang.Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
java.lang.Object originalMessage)
public Entry(java.lang.Object message,
BroadcasterFuture<?> future,
java.lang.Object originalMessage)
public Entry(AtmosphereResource r, Entry e, CacheMessage cache)
public Entry(AtmosphereResource r, Entry e)
public Entry(java.lang.Object message,
java.util.Set<AtmosphereResource> resources,
BroadcasterFuture<?> future,
java.lang.Object originalMessage)
public Entry(java.lang.Object message,
BroadcasterFuture<?> future,
boolean writeLocally)
Copyright © 2018. All Rights Reserved.