public class DefaultLastStompContentSubframe extends DefaultStompContentSubframe implements LastStompContentSubframe
LastStompContentSubframe
的默认实现。
EMPTY_LAST_CONTENT
Constructor and Description |
---|
DefaultLastStompContentSubframe(ByteBuf content) |
Modifier and Type | Method and Description |
---|---|
LastStompContentSubframe |
copy()
创建此 ByteBufHolder 的深层副本。
|
LastStompContentSubframe |
duplicate()
重复此 ByteBufHolder 。
|
LastStompContentSubframe |
replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
DefaultLastStompContentSubframe |
retain()
将参考计数增加
1 。
|
LastStompContentSubframe |
retain(int increment)
通过指定的
increment 增加引用计数。
|
LastStompContentSubframe |
retainedDuplicate()
重复此 ByteBufHolder 。
|
java.lang.String |
toString() |
LastStompContentSubframe |
touch()
记录此对象的当前访问位置以进行调试。
|
LastStompContentSubframe |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
decoderResult, setDecoderResult
content, contentToString, equals, hashCode, refCnt, release, release
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
content
refCnt, release, release
decoderResult, setDecoderResult
public DefaultLastStompContentSubframe(ByteBuf content)
public LastStompContentSubframe copy()
DefaultByteBufHolder
ByteBufHolder
的深层副本。
此方法默认调用replace(content().copy())
。
copy
在界面
ByteBufHolder
copy
在界面
LastStompContentSubframe
copy
在界面
StompContentSubframe
copy
在课堂上
DefaultStompContentSubframe
public LastStompContentSubframe duplicate()
DefaultByteBufHolder
duplicate
在界面
ByteBufHolder
duplicate
,界面
LastStompContentSubframe
duplicate
在界面
StompContentSubframe
duplicate
在课堂上
DefaultStompContentSubframe
public LastStompContentSubframe retainedDuplicate()
DefaultByteBufHolder
ByteBufHolder
。
此方法返回一个保留的重复,不像ByteBufHolder.duplicate()
。
该方法默认调用replace(content().retainedDuplicate())
。
retainedDuplicate
,界面
ByteBufHolder
retainedDuplicate
,界面
LastStompContentSubframe
retainedDuplicate
在界面
StompContentSubframe
retainedDuplicate
在课堂上
DefaultStompContentSubframe
ByteBuf.retainedDuplicate()
public LastStompContentSubframe replace(ByteBuf content)
DefaultByteBufHolder
ByteBufHolder
包含指定content
。
重写此方法以返回其内容设置为指定的content
的此对象的新实例。 的默认实现DefaultByteBufHolder.copy()
, DefaultByteBufHolder.duplicate()
和DefaultByteBufHolder.retainedDuplicate()
调用此方法来创建一个副本。
replace
,界面
ByteBufHolder
replace
,界面
LastStompContentSubframe
replace
在界面
StompContentSubframe
replace
在课堂上
DefaultStompContentSubframe
public DefaultLastStompContentSubframe retain()
ReferenceCounted
1
。
retain
,界面
ByteBufHolder
retain
在界面
LastStompContentSubframe
retain
,界面
StompContentSubframe
retain
在界面
ReferenceCounted
retain
在课堂上
DefaultStompContentSubframe
public LastStompContentSubframe retain(int increment)
ReferenceCounted
increment
。
retain
在界面
ByteBufHolder
retain
在界面
LastStompContentSubframe
retain
在界面
StompContentSubframe
retain
,界面
ReferenceCounted
retain
在课堂
DefaultStompContentSubframe
public LastStompContentSubframe touch()
ReferenceCounted
复制的描述
touch
,界面
ByteBufHolder
touch
,界面
LastStompContentSubframe
touch
,界面
StompContentSubframe
touch
在界面
ReferenceCounted
touch
在
DefaultStompContentSubframe
public LastStompContentSubframe touch(java.lang.Object hint)
ReferenceCounted
复制的描述
ResourceLeakDetector
提供给您。
touch
在界面
ByteBufHolder
touch
在界面
LastStompContentSubframe
touch
在界面
StompContentSubframe
touch
在界面
ReferenceCounted
touch
在课堂上
DefaultStompContentSubframe
public java.lang.String toString()
toString
在课堂上
DefaultStompContentSubframe
Copyright © 2008–2018 The Netty Project. All rights reserved.