public interface FullHttpMessage extends HttpMessage, LastHttpContent
HttpMessage and LastHttpContent into one
message. So it represent a complete http message.EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
FullHttpMessage |
copy()
Create a deep copy of this
ByteBufHolder. |
FullHttpMessage |
duplicate()
Duplicate the
ByteBufHolder. |
FullHttpMessage |
retain()
Increases the reference count by
1. |
FullHttpMessage |
retain(int increment)
Increases the reference count by the specified
increment. |
getProtocolVersion, headers, setProtocolVersiontrailingHeadersgetDecoderResult, setDecoderResultcontentrefCnt, release, releaseFullHttpMessage copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface HttpContentcopy in interface LastHttpContentFullHttpMessage retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface HttpContentretain in interface LastHttpContentretain in interface ReferenceCountedFullHttpMessage retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface HttpContentretain in interface LastHttpContentretain in interface ReferenceCountedFullHttpMessage duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in interface HttpContentduplicate in interface LastHttpContentCopyright © 2008–2013 The Netty Project. All rights reserved.