public interface Response extends Unwrappable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OutputStream |
outputStream() |
void |
setContentLength(long length) |
void |
setCookie(Cookie cookie) |
void |
setStatus(int statusCode) |
void |
setValue(String name,
String value) |
unwrapvoid close()
throws IOException
IOExceptionOutputStream outputStream() throws IOException
IOExceptionvoid setContentLength(long length)
void setStatus(int statusCode)
void setCookie(Cookie cookie)
Copyright © 2014. All Rights Reserved.