|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.mvc.Results.Chunks<A>
public abstract static class Results.Chunks<A>
A Chunked result.
Nested Class Summary | |
---|---|
static class |
Results.Chunks.Out<A>
A Chunked stream. |
Constructor Summary | |
---|---|
Results.Chunks(play.api.http.Writeable<A> writable)
|
Method Summary | |
---|---|
abstract void |
onReady(Results.Chunks.Out<A> out)
Called when the Chunked stream is ready. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Results.Chunks(play.api.http.Writeable<A> writable)
Method Detail |
---|
public abstract void onReady(Results.Chunks.Out<A> out)
out
- The out stream.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |