public interface HttpResponse extends HttpMessage
Unlike the Servlet API, Cookie
support is provided separately via
CookieEncoder
and CookieDecoder
.
HttpRequest
,
CookieEncoder
,
CookieDecoder
Modifier and Type | Method and Description |
---|---|
HttpResponseStatus |
getStatus()
Returns the status of this response.
|
addHeader, clearHeaders, containsHeader, getContent, getContentLength, getContentLength, getHeader, getHeaderNames, getHeaders, getProtocolVersion, isChunked, isKeepAlive, removeHeader, setContent, setHeader, setHeader
HttpResponseStatus getStatus()
Copyright © 2008-2012 JBoss, by Red Hat. All Rights Reserved.