@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.
|
namecontentrefCnt, release, releaseHttp2FrameStream stream()
Http2StreamFrameHttp2FrameStream object for this frame, or null if the frame has yet to be associated
with a stream.stream 在接口中 Http2StreamFrameHttp2UnknownFrame stream(Http2FrameStream stream)
Http2StreamFrameHttp2FrameStream object for this frame.stream 在接口中 Http2StreamFramebyte frameType()
Http2Flags flags()
Http2UnknownFrame copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHolderHttp2UnknownFrame duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderHttp2UnknownFrame retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderByteBuf.retainedDuplicate()Http2UnknownFrame replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderHttp2UnknownFrame retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedHttp2UnknownFrame retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedHttp2UnknownFrame touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedHttp2UnknownFrame touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCounted