public class DefaultStompFrame extends DefaultStompHeadersSubframe implements StompFrame
StompFrame
。
command, decoderResult, headers
EMPTY_LAST_CONTENT
Constructor and Description |
---|
DefaultStompFrame(StompCommand command) |
DefaultStompFrame(StompCommand command, ByteBuf content) |
Modifier and Type | Method and Description |
---|---|
ByteBuf |
content()
返回这个 ByteBufHolder 所持有的数据。
|
StompFrame |
copy()
创建此 ByteBufHolder 的深层副本。
|
StompFrame |
duplicate()
重复此 ByteBufHolder 。
|
int |
refCnt()
返回此对象的引用计数。
|
boolean |
release()
通过减小引用计数
1 并且如果所述引用计数达到在将释放该对象
0 。
|
boolean |
release(int decrement)
减小由指定的引用计数
decrement 并且如果所述引用计数达到在将释放该对象
0 。
|
StompFrame |
replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
StompFrame |
retain()
将参考计数增加
1 。
|
StompFrame |
retain(int increment)
将参考计数增加指定的
increment 。
|
StompFrame |
retainedDuplicate()
重复此 ByteBufHolder 。
|
java.lang.String |
toString() |
StompFrame |
touch()
记录此对象的当前访问位置以进行调试。
|
StompFrame |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
command, decoderResult, headers, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
command, headers
decoderResult, setDecoderResult
public DefaultStompFrame(StompCommand command)
public DefaultStompFrame(StompCommand command, ByteBuf content)
public ByteBuf content()
ByteBufHolder
复制的描述
ByteBufHolder
所持有的数据。
content
,界面
ByteBufHolder
public StompFrame copy()
ByteBufHolder
复制的描述
ByteBufHolder
的深层副本。
copy
在界面
ByteBufHolder
copy
在界面
LastStompContentSubframe
copy
在界面
StompContentSubframe
copy
在界面
StompFrame
public StompFrame duplicate()
ByteBufHolder
复制的描述
ByteBufHolder
。
请注意,这不会自动调用ByteBufHolder.retain()
。
duplicate
在界面
ByteBufHolder
duplicate
,界面
LastStompContentSubframe
duplicate
在界面
StompContentSubframe
duplicate
在界面
StompFrame
public StompFrame retainedDuplicate()
ByteBufHolder
复制的描述
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
retainedDuplicate
在界面
ByteBufHolder
retainedDuplicate
,界面
LastStompContentSubframe
retainedDuplicate
在界面
StompContentSubframe
retainedDuplicate
,界面
StompFrame
ByteBuf.retainedDuplicate()
public StompFrame replace(ByteBuf content)
ByteBufHolder
复制的描述
ByteBufHolder
包含指定content
。
replace
在界面
ByteBufHolder
replace
在界面
LastStompContentSubframe
replace
,界面
StompContentSubframe
replace
在界面
StompFrame
public int refCnt()
ReferenceCounted
复制的描述
0
,则表示该对象已被释放。
refCnt
在界面
ReferenceCounted
public StompFrame retain()
ReferenceCounted
复制的描述
1
。
retain
在界面
ByteBufHolder
retain
在界面
LastStompContentSubframe
retain
在界面
StompContentSubframe
retain
在界面
StompFrame
retain
在界面
ReferenceCounted
public StompFrame retain(int increment)
ReferenceCounted
复制的描述
increment
增加参考计数。
retain
在界面
ByteBufHolder
retain
,界面
LastStompContentSubframe
retain
,界面
StompContentSubframe
retain
在界面
StompFrame
retain
,界面
ReferenceCounted
public StompFrame touch()
ReferenceCounted
touch
在界面
ByteBufHolder
touch
在界面
LastStompContentSubframe
touch
在界面
StompContentSubframe
touch
在界面
StompFrame
touch
在界面
ReferenceCounted
public StompFrame touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
提供给您。
touch
接口
ByteBufHolder
touch
,界面
LastStompContentSubframe
touch
在界面
StompContentSubframe
touch
在界面
StompFrame
touch
在界面
ReferenceCounted
public boolean release()
ReferenceCounted
1
并且如果所述引用计数达到在将释放该对象
0
。
release
在界面
ReferenceCounted
true
当且仅当引用计数变为
0
且此对象已被释放
public boolean release(int decrement)
ReferenceCounted
decrement
并且如果所述引用计数达到在将释放该对象
0
。
release
在界面
ReferenceCounted
true
当且仅当引用计数变为
0
且此对象已被释放
public java.lang.String toString()
toString
在课堂上
DefaultStompHeadersSubframe
Copyright © 2008–2018 The Netty Project. All rights reserved.