public interface FullHttpResponse extends HttpResponse, FullHttpMessage
HttpResponse
and FullHttpMessage
.
So it represent a complete http response.EMPTY_LAST_CONTENT
限定符和类型 | 方法和说明 |
---|---|
FullHttpResponse |
copy()
Create a deep copy of this
ByteBufHolder . |
FullHttpResponse |
retain()
Increases the reference count by
1 . |
FullHttpResponse |
retain(int increment)
Increases the reference count by the specified
increment . |
FullHttpResponse |
setProtocolVersion(HttpVersion version)
Set the protocol version of this
HttpMessage |
FullHttpResponse |
setStatus(HttpResponseStatus status)
Set the status of this
HttpResponse . |
getStatus
getProtocolVersion, headers
trailingHeaders
duplicate
getDecoderResult, setDecoderResult
content
refCnt, release, release
FullHttpResponse copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 FullHttpMessage
copy
在接口中 HttpContent
copy
在接口中 LastHttpContent
FullHttpResponse retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 FullHttpMessage
retain
在接口中 HttpContent
retain
在接口中 LastHttpContent
retain
在接口中 ReferenceCounted
FullHttpResponse retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 FullHttpMessage
retain
在接口中 HttpContent
retain
在接口中 LastHttpContent
retain
在接口中 ReferenceCounted
FullHttpResponse setProtocolVersion(HttpVersion version)
HttpMessage
HttpMessage
setProtocolVersion
在接口中 HttpMessage
setProtocolVersion
在接口中 HttpResponse
FullHttpResponse setStatus(HttpResponseStatus status)
HttpResponse
HttpResponse
.setStatus
在接口中 HttpResponse