@UnstableApi public interface Http2UnknownFrame extends Http2Frame, ByteBufHolder
| Modifier and Type | Method and Description |
|---|---|
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() |
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(Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
namecontentrefCnt, release, releaseHttp2FrameStream stream()
Http2UnknownFrame stream(Http2FrameStream stream)
Http2FrameStream object for this frame.byte frameType()
Http2Flags flags()
Http2UnknownFrame copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHolderHttp2UnknownFrame duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderHttp2UnknownFrame retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate in interface ByteBufHolderByteBuf.retainedDuplicate()Http2UnknownFrame replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace in interface ByteBufHolderHttp2UnknownFrame retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface ReferenceCountedHttp2UnknownFrame retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface ReferenceCountedHttp2UnknownFrame touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHoldertouch in interface ReferenceCountedHttp2UnknownFrame touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface ReferenceCountedCopyright © 2008–2017 The Netty Project. All rights reserved.