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) |
unwrap
void close() throws IOException
IOException
OutputStream outputStream() throws IOException
IOException
void setContentLength(long length)
void setStatus(int statusCode)
void setCookie(Cookie cookie)
Copyright © 2014. All Rights Reserved.