Interface HttpResponse
- All Superinterfaces:
HttpMessage
- All Known Implementing Classes:
DefaultHttpResponse
An HTTP response.
Accessing Cookies
Unlike the Servlet API, Cookie
support is provided
separately via ServerCookieDecoder
,
ClientCookieDecoder
,
ServerCookieEncoder
,
and
}.invalid @link
{@link @io.netty.handler.codec.http.cookie.ClientCookieEncoder
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the status of this response.void
setStatus
(HttpResponseStatus status) Sets the status of this response.Methods inherited from interface org.jboss.netty.handler.codec.http.HttpMessage
getContent, getProtocolVersion, headers, isChunked, setChunked, setContent, setProtocolVersion
-
Method Details
-
getStatus
HttpResponseStatus getStatus()Returns the status of this response. -
setStatus
Sets the status of this response.
-