Source instead.public abstract static class Results.Chunks<A>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Results.Chunks.Out<A>
Deprecated.
A Chunked stream.
|
| Constructor and Description |
|---|
Chunks(play.api.http.Writeable<A> writable)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onReady(Results.Chunks.Out<A> out)
Deprecated.
Called when the Chunked stream is ready.
|
public Chunks(play.api.http.Writeable<A> writable)
public abstract void onReady(Results.Chunks.Out<A> out)
out - The out stream.