public interface FullHttpMessage extends HttpMessage, LastHttpContent
HttpMessage and LastHttpContent into one
message. So it represent a complete http message.EMPTY_LAST_CONTENT| 限定符和类型 | 方法和说明 |
|---|---|
FullHttpMessage |
copy()
Create a deep copy of this
ByteBufHolder. |
FullHttpMessage |
retain()
Increases the reference count by
1. |
FullHttpMessage |
retain(int increment)
Increases the reference count by the specified
increment. |
getProtocolVersion, headers, setProtocolVersiontrailingHeadersduplicategetDecoderResult, setDecoderResultcontentrefCnt, release, releaseFullHttpMessage copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 HttpContentcopy 在接口中 LastHttpContentFullHttpMessage retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedFullHttpMessage retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCounted