| Package | Description |
|---|---|
| play.libs | |
| play.mvc |
| Modifier and Type | Class and Description |
|---|---|
static class |
F.Promise<V> |
static class |
F.Timeout |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<F.Action<F.Promise<V>>> |
F.Promise.callbacks |
| Modifier and Type | Method and Description |
|---|---|
void |
F.Promise.onRedeem(F.Action<F.Promise<V>> callback)
Registers an action that is to be invoked after this promise is invoked.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T> void |
WebSocketController.await(java.util.concurrent.Future<T> future,
F.Action<T> callback) |
protected static <T> void |
Controller.await(java.util.concurrent.Future<T> future,
F.Action<T> callback) |
void |
Http.Response.onWriteChunk(F.Action<java.lang.Object> handler) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly