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