public class DefaultStompFrame extends DefaultStompHeadersSubframe implements StompFrame
StompFrame.command, decoderResult, headersEMPTY_LAST_CONTENT| 构造器和说明 |
|---|
DefaultStompFrame(StompCommand command) |
DefaultStompFrame(StompCommand command,
ByteBuf content) |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder. |
StompFrame |
copy()
Creates a deep copy of this
ByteBufHolder. |
StompFrame |
duplicate()
Duplicates this
ByteBufHolder. |
int |
refCnt()
Returns the reference count of this object.
|
boolean |
release()
Decreases the reference count by
1 and deallocates this object if the reference count reaches at
0. |
boolean |
release(int decrement)
Decreases the reference count by the specified
decrement and deallocates this object if the reference
count reaches at 0. |
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. |
java.lang.String |
toString() |
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, decoderResult, headers, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcommand, headersdecoderResult, setDecoderResultpublic DefaultStompFrame(StompCommand command)
public DefaultStompFrame(StompCommand command, ByteBuf content)
public ByteBuf content()
ByteBufHolderByteBufHolder.content 在接口中 ByteBufHolderpublic StompFrame copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 LastStompContentSubframecopy 在接口中 StompContentSubframecopy 在接口中 StompFramepublic StompFrame duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 LastStompContentSubframeduplicate 在接口中 StompContentSubframeduplicate 在接口中 StompFramepublic StompFrame retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 LastStompContentSubframeretainedDuplicate 在接口中 StompContentSubframeretainedDuplicate 在接口中 StompFrameByteBuf.retainedDuplicate()public StompFrame replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 LastStompContentSubframereplace 在接口中 StompContentSubframereplace 在接口中 StompFramepublic int refCnt()
ReferenceCounted0, it means this object has been deallocated.refCnt 在接口中 ReferenceCountedpublic StompFrame retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 LastStompContentSubframeretain 在接口中 StompContentSubframeretain 在接口中 StompFrameretain 在接口中 ReferenceCountedpublic StompFrame retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 LastStompContentSubframeretain 在接口中 StompContentSubframeretain 在接口中 StompFrameretain 在接口中 ReferenceCountedpublic StompFrame touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 LastStompContentSubframetouch 在接口中 StompContentSubframetouch 在接口中 StompFrametouch 在接口中 ReferenceCountedpublic StompFrame touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 LastStompContentSubframetouch 在接口中 StompContentSubframetouch 在接口中 StompFrametouch 在接口中 ReferenceCountedpublic boolean release()
ReferenceCounted1 and deallocates this object if the reference count reaches at
0.release 在接口中 ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocatedpublic boolean release(int decrement)
ReferenceCounteddecrement and deallocates this object if the reference
count reaches at 0.release 在接口中 ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocatedpublic java.lang.String toString()
toString 在类中 DefaultStompHeadersSubframe