|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface HttpResponse
An HTTP response.
Unlike the Servlet API, Cookie
support is provided separately via
CookieEncoder
and CookieDecoder
.
HttpRequest
,
CookieEncoder
,
CookieDecoder
方法摘要 | |
---|---|
HttpResponseStatus |
getStatus()
Returns the status of this response. |
void |
setStatus(HttpResponseStatus status)
Sets the status of this response. |
从接口 org.jboss.netty.handler.codec.http.HttpMessage 继承的方法 |
---|
addHeader, clearHeaders, containsHeader, getContent, getContentLength, getContentLength, getHeader, getHeaderNames, getHeaders, getHeaders, getProtocolVersion, isChunked, isKeepAlive, removeHeader, setChunked, setContent, setHeader, setHeader, setProtocolVersion |
方法详细信息 |
---|
HttpResponseStatus getStatus()
void setStatus(HttpResponseStatus status)
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |