|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpResponse

An HTTP response.
Unlike the Servlet API, Cookie support is provided separately via
CookieEncoder and CookieDecoder.
HttpRequest,
CookieEncoder,
CookieDecoder| Method Summary | |
|---|---|
HttpResponseStatus |
getStatus()
Returns the status of this response. |
void |
setStatus(HttpResponseStatus status)
Sets the status of this response. |
| Methods inherited from interface org.jboss.netty.handler.codec.http2.HttpMessage |
|---|
addHeader, clearHeaders, containsHeader, getContent, getContentLength, getContentLength, getHeader, getHeaderNames, getHeaders, getHeaders, getProtocolVersion, isChunked, isKeepAlive, removeHeader, setChunked, setContent, setHeader, setHeader, setProtocolVersion |
| Method Detail |
|---|
HttpResponseStatus getStatus()
void setStatus(HttpResponseStatus status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||