| Package | Description |
|---|---|
| org.atmosphere.cpr |
| Modifier and Type | Field and Description |
|---|---|
protected BroadcasterFuture<?> |
Deliver.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) |
BroadcasterFuture<?> |
Deliver.getFuture() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultBroadcaster.entryDone(BroadcasterFuture<?> f) |
void |
Deliver.setFuture(BroadcasterFuture<?> future) |
| Constructor and Description |
|---|
AsyncWriteToken(AtmosphereResource resource,
Object msg,
BroadcasterFuture future,
Object originalMessage,
AtomicInteger count) |
AsyncWriteToken(AtmosphereResource resource,
Object msg,
BroadcasterFuture future,
Object originalMessage,
CacheMessage cache,
AtomicInteger count) |
Deliver(Deliver.TYPE type,
Object originalMessage,
Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
CacheMessage cache,
boolean writeLocally,
Set<AtmosphereResource> resources,
boolean async) |
Deliver(Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
Object originalMessage) |
Deliver(Object message,
BroadcasterFuture<?> future,
boolean writeLocally) |
Deliver(Object message,
BroadcasterFuture<?> future,
Object originalMessage) |
Deliver(Object message,
Set<AtmosphereResource> resources,
BroadcasterFuture<?> future,
Object originalMessage) |
Copyright © 2016. All rights reserved.