public interface LastHttpContent extends HttpContent
HttpContent
有尾部标题。
Modifier and Type | Field and Description |
---|---|
static LastHttpContent |
EMPTY_LAST_CONTENT
分块编码中的'内容结束'标记。
|
Modifier and Type | Method and Description |
---|---|
LastHttpContent |
copy()
创建此 ByteBufHolder 的深层副本。
|
LastHttpContent |
duplicate()
重复此 ByteBufHolder 。
|
LastHttpContent |
replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
LastHttpContent |
retain()
将参考计数增加
1 。
|
LastHttpContent |
retain(int increment)
将参考计数增加指定的
increment 。
|
LastHttpContent |
retainedDuplicate()
重复此 ByteBufHolder 。
|
LastHttpContent |
touch()
记录此对象的当前访问位置以进行调试。
|
LastHttpContent |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
HttpHeaders |
trailingHeaders() |
getDecoderResult
decoderResult, setDecoderResult
content
refCnt, release, release
static final LastHttpContent EMPTY_LAST_CONTENT
HttpHeaders trailingHeaders()
LastHttpContent copy()
ByteBufHolder
ByteBufHolder
的深层副本。
copy
接口
ByteBufHolder
copy
接口
HttpContent
LastHttpContent duplicate()
ByteBufHolder
ByteBufHolder
。
请注意,这不会自动调用ByteBufHolder.retain()
。
duplicate
接口
ByteBufHolder
duplicate
接口
HttpContent
LastHttpContent retainedDuplicate()
ByteBufHolder
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
retainedDuplicate
在界面
ByteBufHolder
retainedDuplicate
接口
HttpContent
ByteBuf.retainedDuplicate()
LastHttpContent replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
包含指定content
。
replace
接口
ByteBufHolder
replace
接口
HttpContent
LastHttpContent retain(int increment)
ReferenceCounted
increment
增加引用计数。
retain
在界面
ByteBufHolder
retain
在界面
HttpContent
retain
接口
ReferenceCounted
LastHttpContent retain()
ReferenceCounted
1
。
retain
接口
ByteBufHolder
retain
接口
HttpContent
retain
接口
ReferenceCounted
LastHttpContent touch()
ReferenceCounted
touch
接口
ByteBufHolder
touch
在界面
HttpContent
touch
在界面
ReferenceCounted
LastHttpContent touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
提供给您。
touch
接口
ByteBufHolder
touch
接口
HttpContent
touch
接口
ReferenceCounted
Copyright © 2008–2018 The Netty Project. All rights reserved.