public interface StompFrame extends StompHeadersSubframe, LastStompContentSubframe
StompHeadersSubframe and LastStompContentSubframe into one
frame. So it represent a complete STOMP frame.EMPTY_LAST_CONTENT| 限定符和类型 | 方法和说明 |
|---|---|
StompFrame |
copy()
Creates a deep copy of this
ByteBufHolder. |
StompFrame |
duplicate()
Duplicates this
ByteBufHolder. |
StompFrame |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
StompFrame |
retain()
Increases the reference count by
1. |
StompFrame |
retain(int increment)
Increases the reference count by the specified
increment. |
StompFrame |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
StompFrame |
touch()
Records the current access location of this object for debugging purposes.
|
StompFrame |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
command, headerscontentrefCnt, release, releasedecoderResult, setDecoderResultStompFrame copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 LastStompContentSubframecopy 在接口中 StompContentSubframeStompFrame duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 LastStompContentSubframeduplicate 在接口中 StompContentSubframeStompFrame retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 LastStompContentSubframeretainedDuplicate 在接口中 StompContentSubframeByteBuf.retainedDuplicate()StompFrame replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 LastStompContentSubframereplace 在接口中 StompContentSubframeStompFrame retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 LastStompContentSubframeretain 在接口中 ReferenceCountedretain 在接口中 StompContentSubframeStompFrame retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 LastStompContentSubframeretain 在接口中 ReferenceCountedretain 在接口中 StompContentSubframeStompFrame touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 LastStompContentSubframetouch 在接口中 ReferenceCountedtouch 在接口中 StompContentSubframeStompFrame touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 LastStompContentSubframetouch 在接口中 ReferenceCountedtouch 在接口中 StompContentSubframe