final class ComposedLastHttpContent extends java.lang.Object implements LastHttpContent
| Modifier and Type | Field and Description |
|---|---|
private DecoderResult |
result |
private HttpHeaders |
trailingHeaders |
EMPTY_LAST_CONTENT| Constructor and Description |
|---|
ComposedLastHttpContent(HttpHeaders trailingHeaders) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder. |
LastHttpContent |
copy()
Create a deep copy of this
ByteBufHolder. |
HttpContent |
duplicate()
Duplicate the
ByteBufHolder. |
DecoderResult |
getDecoderResult()
Returns the result of decoding this message.
|
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. |
LastHttpContent |
retain()
Increases the reference count by
1. |
LastHttpContent |
retain(int increment)
Increases the reference count by the specified
increment. |
void |
setDecoderResult(DecoderResult result)
Updates the result of decoding this message.
|
HttpHeaders |
trailingHeaders() |
private final HttpHeaders trailingHeaders
private DecoderResult result
ComposedLastHttpContent(HttpHeaders trailingHeaders)
public HttpHeaders trailingHeaders()
trailingHeaders in interface LastHttpContentpublic LastHttpContent copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface HttpContentcopy in interface LastHttpContentpublic LastHttpContent retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface HttpContentretain in interface LastHttpContentretain in interface ReferenceCountedpublic LastHttpContent retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface HttpContentretain in interface LastHttpContentretain in interface ReferenceCountedpublic HttpContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in interface HttpContentpublic ByteBuf content()
ByteBufHolderByteBufHolder.content in interface ByteBufHolderpublic DecoderResult getDecoderResult()
HttpObjectgetDecoderResult in interface HttpObjectpublic void setDecoderResult(DecoderResult result)
HttpObjectHttpObjectDecoder.
Do not call this method unless you know what you are doing.setDecoderResult in interface HttpObjectpublic int refCnt()
ReferenceCounted0, it means this object has been deallocated.refCnt in interface ReferenceCountedpublic boolean release()
ReferenceCounted1 and deallocates this object if the reference count reaches at
0.release in interface 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 in interface ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocated