| Package | Description |
|---|---|
| org.atmosphere.cpr |
| Modifier and Type | Field and Description |
|---|---|
BroadcasterFuture<?> |
Entry.future |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterFuture<E> |
BroadcasterFuture.done()
Invoked when a
Broadcaster completed its broadcast operation. |
protected BroadcasterFuture<Object> |
DefaultBroadcaster.futureDone(Object msg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultBroadcaster.entryDone(BroadcasterFuture<?> f) |
| Constructor and Description |
|---|
DefaultBroadcaster.AsyncWriteToken(AtmosphereResource resource,
Object msg,
BroadcasterFuture future,
Object originalMessage) |
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) |
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) |
Copyright © 2014. All Rights Reserved.