public interface FullHttpMessage extends HttpMessage, LastHttpContent
HttpMessage
and LastHttpContent
into one
message. So it represent a complete http message.EMPTY_LAST_CONTENT
限定符和类型 | 方法和说明 |
---|---|
FullHttpMessage |
copy()
Creates a deep copy of this
ByteBufHolder . |
FullHttpMessage |
duplicate()
Duplicates this
ByteBufHolder . |
FullHttpMessage |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
FullHttpMessage |
retain()
Increases the reference count by
1 . |
FullHttpMessage |
retain(int increment)
Increases the reference count by the specified
increment . |
FullHttpMessage |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
FullHttpMessage |
touch()
Records the current access location of this object for debugging purposes.
|
FullHttpMessage |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
getProtocolVersion, headers, protocolVersion, setProtocolVersion
trailingHeaders
getDecoderResult
decoderResult, setDecoderResult
content
refCnt, release, release
FullHttpMessage copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 HttpContent
copy
在接口中 LastHttpContent
FullHttpMessage duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在接口中 HttpContent
duplicate
在接口中 LastHttpContent
FullHttpMessage retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
retainedDuplicate
在接口中 HttpContent
retainedDuplicate
在接口中 LastHttpContent
ByteBuf.retainedDuplicate()
FullHttpMessage replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
replace
在接口中 HttpContent
replace
在接口中 LastHttpContent
FullHttpMessage retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 HttpContent
retain
在接口中 LastHttpContent
retain
在接口中 ReferenceCounted
FullHttpMessage retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 HttpContent
retain
在接口中 LastHttpContent
retain
在接口中 ReferenceCounted
FullHttpMessage touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ByteBufHolder
touch
在接口中 HttpContent
touch
在接口中 LastHttpContent
touch
在接口中 ReferenceCounted
FullHttpMessage touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ByteBufHolder
touch
在接口中 HttpContent
touch
在接口中 LastHttpContent
touch
在接口中 ReferenceCounted