@UnstableApi public interface Http2DataFrame extends Http2StreamFrame, ByteBufHolder
限定符和类型 | 方法和说明 |
---|---|
ByteBuf |
content()
Payload of DATA frame.
|
Http2DataFrame |
copy()
Creates a deep copy of this
ByteBufHolder . |
Http2DataFrame |
duplicate()
Duplicates this
ByteBufHolder . |
int |
initialFlowControlledBytes()
Returns the number of bytes that are flow-controlled initially, so even if the
content() is consumed
this will not change. |
boolean |
isEndStream()
Returns
true if the END_STREAM flag is set. |
int |
padding()
Frame padding to use.
|
Http2DataFrame |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
Http2DataFrame |
retain()
Increases the reference count by
1 . |
Http2DataFrame |
retain(int increment)
Increases the reference count by the specified
increment . |
Http2DataFrame |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
Http2DataFrame |
touch()
Records the current access location of this object for debugging purposes.
|
Http2DataFrame |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
stream, stream
name
refCnt, release, release
int padding()
ByteBuf content()
null
.content
在接口中 ByteBufHolder
int initialFlowControlledBytes()
content()
is consumed
this will not change.boolean isEndStream()
true
if the END_STREAM flag is set.Http2DataFrame copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
Http2DataFrame duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
Http2DataFrame retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
ByteBuf.retainedDuplicate()
Http2DataFrame replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
Http2DataFrame retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 ReferenceCounted
Http2DataFrame retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 ReferenceCounted
Http2DataFrame touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ByteBufHolder
touch
在接口中 ReferenceCounted
Http2DataFrame touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ByteBufHolder
touch
在接口中 ReferenceCounted