@UnstableApi public interface Http2UnknownFrame extends Http2StreamFrame, ByteBufHolder
限定符和类型 | 方法和说明 |
---|---|
Http2UnknownFrame |
copy()
Creates a deep copy of this
ByteBufHolder . |
Http2UnknownFrame |
duplicate()
Duplicates this
ByteBufHolder . |
Http2Flags |
flags() |
byte |
frameType() |
Http2UnknownFrame |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
Http2UnknownFrame |
retain()
Increases the reference count by
1 . |
Http2UnknownFrame |
retain(int increment)
Increases the reference count by the specified
increment . |
Http2UnknownFrame |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
Http2FrameStream |
stream()
Returns the
Http2FrameStream object for this frame, or null if the frame has yet to be associated
with a stream. |
Http2UnknownFrame |
stream(Http2FrameStream stream)
Set the
Http2FrameStream object for this frame. |
Http2UnknownFrame |
touch()
Records the current access location of this object for debugging purposes.
|
Http2UnknownFrame |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
name
content
refCnt, release, release
Http2FrameStream stream()
Http2StreamFrame
Http2FrameStream
object for this frame, or null
if the frame has yet to be associated
with a stream.stream
在接口中 Http2StreamFrame
Http2UnknownFrame stream(Http2FrameStream stream)
Http2StreamFrame
Http2FrameStream
object for this frame.stream
在接口中 Http2StreamFrame
byte frameType()
Http2Flags flags()
Http2UnknownFrame copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
Http2UnknownFrame duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
Http2UnknownFrame retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
ByteBuf.retainedDuplicate()
Http2UnknownFrame replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
Http2UnknownFrame retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 ReferenceCounted
Http2UnknownFrame retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 ReferenceCounted
Http2UnknownFrame touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ByteBufHolder
touch
在接口中 ReferenceCounted
Http2UnknownFrame touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ByteBufHolder
touch
在接口中 ReferenceCounted