public class DefaultHttpContent extends DefaultHttpObject implements HttpContent
HttpContent implementation.| 构造器和说明 |
|---|
DefaultHttpContent(ByteBuf content)
Creates a new instance with the specified chunk content.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder. |
HttpContent |
copy()
Create a deep copy of this
ByteBufHolder. |
HttpContent |
duplicate()
Duplicate the
ByteBufHolder. |
int |
refCnt()
Returns the reference count of this object.
|
boolean |
release()
Decreases the reference count by
1 and deallocates this object if the reference count reaches at
0. |
boolean |
release(int decrement)
Decreases the reference count by the specified
decrement and deallocates this object if the reference
count reaches at 0. |
HttpContent |
retain()
Increases the reference count by
1. |
HttpContent |
retain(int increment)
Increases the reference count by the specified
increment. |
java.lang.String |
toString() |
getDecoderResult, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDecoderResult, setDecoderResultpublic DefaultHttpContent(ByteBuf content)
public ByteBuf content()
ByteBufHolderByteBufHolder.content 在接口中 ByteBufHolderpublic HttpContent copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 HttpContentpublic HttpContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 HttpContentpublic int refCnt()
ReferenceCounted0, it means this object has been deallocated.refCnt 在接口中 ReferenceCountedpublic HttpContent retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 HttpContentretain 在接口中 ReferenceCountedpublic HttpContent retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 HttpContentretain 在接口中 ReferenceCountedpublic boolean release()
ReferenceCounted1 and deallocates this object if the reference count reaches at
0.release 在接口中 ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocatedpublic boolean release(int decrement)
ReferenceCounteddecrement and deallocates this object if the reference
count reaches at 0.release 在接口中 ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocatedpublic java.lang.String toString()
toString 在类中 java.lang.Object