|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplay.mvc.Results.Chunks<byte[]>
play.mvc.Results.ByteChunks
public abstract static class Results.ByteChunks
Chunked result based on byte[] chunks.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class play.mvc.Results.Chunks |
|---|
Results.Chunks.Out<A> |
| Constructor Summary | |
|---|---|
Results.ByteChunks()
|
|
| Method Summary | |
|---|---|
static Results.ByteChunks |
whenReady(F.Callback<Results.Chunks.Out<byte[]>> callback)
Creates a ByteChunks. |
| Methods inherited from class play.mvc.Results.Chunks |
|---|
onReady |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Results.ByteChunks()
| Method Detail |
|---|
public static Results.ByteChunks whenReady(F.Callback<Results.Chunks.Out<byte[]>> callback)
onReady method is
implemented using the specified Callback<Chunks.Out<byte[]>>.
callback - the callback used to implement onReady
java.lang.NullPointerException - if the specified callback is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||