public interface LastStompContentSubframe extends StompContentSubframe
StompContentSubframe which signals the end of the content batch
Note, even when no content is emitted by the protocol, an
empty LastStompContentSubframe is issued to make the upstream parsing
easier.| 限定符和类型 | 字段和说明 |
|---|---|
static LastStompContentSubframe |
EMPTY_LAST_CONTENT |
| 限定符和类型 | 方法和说明 |
|---|---|
LastStompContentSubframe |
copy()
Creates a deep copy of this
ByteBufHolder. |
LastStompContentSubframe |
duplicate()
Duplicates this
ByteBufHolder. |
LastStompContentSubframe |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
LastStompContentSubframe |
retain()
Increases the reference count by
1. |
LastStompContentSubframe |
retain(int increment)
Increases the reference count by the specified
increment. |
LastStompContentSubframe |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
LastStompContentSubframe |
touch()
Records the current access location of this object for debugging purposes.
|
LastStompContentSubframe |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
contentrefCnt, release, releasedecoderResult, setDecoderResultstatic final LastStompContentSubframe EMPTY_LAST_CONTENT
LastStompContentSubframe copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 StompContentSubframeLastStompContentSubframe duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 StompContentSubframeLastStompContentSubframe retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 StompContentSubframeByteBuf.retainedDuplicate()LastStompContentSubframe replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 StompContentSubframeLastStompContentSubframe retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedretain 在接口中 StompContentSubframeLastStompContentSubframe retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedretain 在接口中 StompContentSubframeLastStompContentSubframe touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedtouch 在接口中 StompContentSubframeLastStompContentSubframe touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedtouch 在接口中 StompContentSubframe