public interface SpdyUnknownFrame extends SpdyFrame, ByteBufHolder
| Modifier and Type | Method and Description |
|---|---|
SpdyUnknownFrame |
copy()
Creates a deep copy of this
ByteBufHolder. |
SpdyUnknownFrame |
duplicate()
Duplicates this
ByteBufHolder. |
byte |
flags() |
int |
frameType() |
SpdyUnknownFrame |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
SpdyUnknownFrame |
retain()
Increases the reference count by
1. |
SpdyUnknownFrame |
retain(int increment)
Increases the reference count by the specified
increment. |
SpdyUnknownFrame |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
SpdyUnknownFrame |
touch()
Records the current access location of this object for debugging purposes.
|
SpdyUnknownFrame |
touch(Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
contentrefCnt, release, releaseint frameType()
byte flags()
SpdyUnknownFrame copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHolderSpdyUnknownFrame duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderSpdyUnknownFrame retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate in interface ByteBufHolderByteBuf.retainedDuplicate()SpdyUnknownFrame replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace in interface ByteBufHolderSpdyUnknownFrame retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface ReferenceCountedSpdyUnknownFrame retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface ReferenceCountedSpdyUnknownFrame touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHoldertouch in interface ReferenceCountedSpdyUnknownFrame touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface ReferenceCountedCopyright © 2008–2025 The Netty Project. All rights reserved.