public interface FullHttpMessage extends HttpMessage, LastHttpContent
HttpMessage and LastHttpContent into one
message. So it represent a complete http message.EMPTY_LAST_CONTENT| 限定符和类型 | 方法和说明 |
|---|---|
FullHttpMessage |
copy()
Creates a deep copy of this
ByteBufHolder. |
FullHttpMessage |
duplicate()
Duplicates this
ByteBufHolder. |
FullHttpMessage |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
FullHttpMessage |
retain()
Increases the reference count by
1. |
FullHttpMessage |
retain(int increment)
Increases the reference count by the specified
increment. |
FullHttpMessage |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
FullHttpMessage |
touch()
Records the current access location of this object for debugging purposes.
|
FullHttpMessage |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
getProtocolVersion, headers, protocolVersion, setProtocolVersiontrailingHeadersgetDecoderResultdecoderResult, setDecoderResultcontentrefCnt, release, releaseFullHttpMessage copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 HttpContentcopy 在接口中 LastHttpContentFullHttpMessage duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 HttpContentduplicate 在接口中 LastHttpContentFullHttpMessage retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 HttpContentretainedDuplicate 在接口中 LastHttpContentByteBuf.retainedDuplicate()FullHttpMessage replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 HttpContentreplace 在接口中 LastHttpContentFullHttpMessage retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedFullHttpMessage retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedFullHttpMessage touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 HttpContenttouch 在接口中 LastHttpContenttouch 在接口中 ReferenceCountedFullHttpMessage touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 HttpContenttouch 在接口中 LastHttpContenttouch 在接口中 ReferenceCounted