| Package | Description |
|---|---|
| juzu | |
| juzu.io |
| Modifier and Type | Method and Description |
|---|---|
Streamable |
Response.Body.getStreamable() |
| Modifier and Type | Method and Description |
|---|---|
Response.Body |
Response.Status.body(Streamable s) |
static Response.Content |
Response.content(int code,
Streamable content) |
Response.Content |
Response.Status.content(Streamable s) |
| Constructor and Description |
|---|
Response.Content(int status,
PropertyMap properties,
Streamable streamable) |
Response.Content(int status,
Streamable streamable) |
Response.Content(PropertyMap properties,
Streamable streamable) |
Response.Content(Streamable streamable) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncStreamable
Basic implementation of an asynchronous streamable.
|
static class |
Streamable.Bytes |
static class |
Streamable.CharSequence |
static class |
Streamable.InputStream |
| Modifier and Type | Method and Description |
|---|---|
static Streamable |
Streams.streamable(Readable readable) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.