public abstract static class Results.Chunks<A>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Results.Chunks.Out<A>
A Chunked stream.
|
Constructor and Description |
---|
Chunks(play.api.http.Writeable<A> writable) |
Modifier and Type | Method and Description |
---|---|
abstract void |
onReady(Results.Chunks.Out<A> out)
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.