public interface HttpContent extends HttpObject, ByteBufHolder
HttpObjectDecoder generates HttpContent after
HttpMessage when the content is large or the encoding of the content
is 'chunked. If you prefer not to receive HttpContent in your handler,
place HttpObjectAggregator after HttpObjectDecoder in the
ChannelPipeline.| 限定符和类型 | 方法和说明 |
|---|---|
HttpContent |
copy()
Creates a deep copy of this
ByteBufHolder. |
HttpContent |
duplicate()
Duplicates this
ByteBufHolder. |
HttpContent |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
HttpContent |
retain()
Increases the reference count by
1. |
HttpContent |
retain(int increment)
Increases the reference count by the specified
increment. |
HttpContent |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
HttpContent |
touch()
Records the current access location of this object for debugging purposes.
|
HttpContent |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
getDecoderResultdecoderResult, setDecoderResultcontentrefCnt, release, releaseHttpContent copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHolderHttpContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderHttpContent retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderByteBuf.retainedDuplicate()HttpContent replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderHttpContent retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedHttpContent retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedHttpContent touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedHttpContent touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCounted