public interface WriteableResponse<T>
| Modifier and Type | Field and Description | 
|---|---|
static Charset | 
DEFAULT_CHARSET  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<String> | 
getContentCharset()  | 
Optional<String> | 
getContentType()  | 
Optional<MediaType> | 
getMediaType()  | 
void | 
write(OutputStream os)  | 
static final Charset DEFAULT_CHARSET
void write(OutputStream os) throws IOException
IOException