@UnstableApi public interface Http2DataFrame extends Http2StreamFrame, ByteBufHolder
Modifier and Type | Method and Description |
---|---|
ByteBuf |
content()
数据帧的有效载荷。
|
Http2DataFrame |
copy()
创建此 ByteBufHolder 的深层副本。
|
Http2DataFrame |
duplicate()
重复此 ByteBufHolder 。
|
int |
initialFlowControlledBytes()
返回是流量控制initialy的字节数,因此即使
content() 被消耗,这将不会改变。
|
boolean |
isEndStream()
如果END_STREAM标志未设置,则返回
true 。
|
int |
padding()
使用框架填充。
|
Http2DataFrame |
replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
Http2DataFrame |
retain()
将引用计数增加
1 。
|
Http2DataFrame |
retain(int increment)
按指定的
increment 增加参考计数。
|
Http2DataFrame |
retainedDuplicate()
重复此 ByteBufHolder 。
|
Http2DataFrame |
touch()
记录此对象的当前访问位置以进行调试。
|
Http2DataFrame |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
stream, stream
name
refCnt, release, release
int padding()
ByteBuf content()
null
。
content
,界面
ByteBufHolder
int initialFlowControlledBytes()
content()
被消耗,这将不会改变。
boolean isEndStream()
true
。
Http2DataFrame copy()
ByteBufHolder
ByteBufHolder
的深层副本。
copy
在界面
ByteBufHolder
Http2DataFrame duplicate()
ByteBufHolder
ByteBufHolder
。
请注意,这不会自动调用ByteBufHolder.retain()
。
duplicate
在界面
ByteBufHolder
Http2DataFrame retainedDuplicate()
ByteBufHolder
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
retainedDuplicate
在界面
ByteBufHolder
ByteBuf.retainedDuplicate()
Http2DataFrame replace(ByteBuf content)
ByteBufHolder
复制的描述
ByteBufHolder
包含指定content
。
replace
在界面
ByteBufHolder
Http2DataFrame retain()
ReferenceCounted
1
。
retain
,界面
ByteBufHolder
retain
接口
ReferenceCounted
Http2DataFrame retain(int increment)
ReferenceCounted
increment
增加引用计数。
retain
接口
ByteBufHolder
retain
,界面
ReferenceCounted
Http2DataFrame touch()
ReferenceCounted
复制的描述
touch
接口
ByteBufHolder
touch
在界面
ReferenceCounted
Http2DataFrame touch(java.lang.Object hint)
ReferenceCounted
复制的描述
ResourceLeakDetector
提供给您。
touch
在界面
ByteBufHolder
touch
in interface
ReferenceCounted
Copyright © 2008–2018 The Netty Project. All rights reserved.