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, headers
content
refCnt, release, release
decoderResult, setDecoderResult
StompFrame copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 LastStompContentSubframe
copy
在接口中 StompContentSubframe
StompFrame duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在接口中 LastStompContentSubframe
duplicate
在接口中 StompContentSubframe
StompFrame retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
retainedDuplicate
在接口中 LastStompContentSubframe
retainedDuplicate
在接口中 StompContentSubframe
ByteBuf.retainedDuplicate()
StompFrame replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
replace
在接口中 LastStompContentSubframe
replace
在接口中 StompContentSubframe
StompFrame retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 LastStompContentSubframe
retain
在接口中 ReferenceCounted
retain
在接口中 StompContentSubframe
StompFrame retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 LastStompContentSubframe
retain
在接口中 ReferenceCounted
retain
在接口中 StompContentSubframe
StompFrame touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ByteBufHolder
touch
在接口中 LastStompContentSubframe
touch
在接口中 ReferenceCounted
touch
在接口中 StompContentSubframe
StompFrame touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ByteBufHolder
touch
在接口中 LastStompContentSubframe
touch
在接口中 ReferenceCounted
touch
在接口中 StompContentSubframe