org.atmosphere.cpr
Class Entry
java.lang.Object
org.atmosphere.cpr.Entry
public class Entry
- extends Object
|
Constructor Summary |
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)
|
message
public Object message
future
public BroadcasterFuture<?> future
writeLocally
public boolean writeLocally
originalMessage
public Object originalMessage
resource
public final AtmosphereResource resource
resources
public final Set<AtmosphereResource> resources
type
public final Entry.TYPE type
cache
public CacheMessage cache
async
public boolean async
Entry
public Entry(Entry.TYPE type,
Object originalMessage,
Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
CacheMessage cache,
boolean writeLocally,
Set<AtmosphereResource> resources,
boolean async)
Entry
public Entry(Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
Object originalMessage)
Entry
public Entry(Object message,
BroadcasterFuture<?> future,
Object originalMessage)
Entry
public Entry(AtmosphereResource r,
Entry e)
Entry
public Entry(Object message,
Set<AtmosphereResource> resources,
BroadcasterFuture<?> future,
Object originalMessage)
Entry
public Entry(Object message,
BroadcasterFuture<?> future,
boolean writeLocally)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All Rights Reserved.