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