@UnstableApi public interface DnsRawRecord extends DnsRecord, ByteBufHolder
DnsRecord
包含非解码RDATA
。
CLASS_ANY, CLASS_CHAOS, CLASS_CSNET, CLASS_HESIOD, CLASS_IN, CLASS_NONE
Modifier and Type | Method and Description |
---|---|
DnsRawRecord |
copy()
创建此 ByteBufHolder 的深层副本。
|
DnsRawRecord |
duplicate()
重复此 ByteBufHolder 。
|
DnsRawRecord |
replace(ByteBuf content)
返回一个新的 ByteBufHolder ,其中包含指定的content 。
|
DnsRawRecord |
retain()
将参考计数增加
1 。
|
DnsRawRecord |
retain(int increment)
将参考计数增加
increment 。
|
DnsRawRecord |
retainedDuplicate()
重复此 ByteBufHolder 。
|
DnsRawRecord |
touch()
记录此对象的当前访问位置以进行调试。
|
DnsRawRecord |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
dnsClass, name, timeToLive, type
content
refCnt, release, release
DnsRawRecord copy()
ByteBufHolder
复制的描述
ByteBufHolder
的深层副本。
copy
,界面
ByteBufHolder
DnsRawRecord duplicate()
ByteBufHolder
ByteBufHolder
。
请注意,这不会自动调用ByteBufHolder.retain()
。
duplicate
接口
ByteBufHolder
DnsRawRecord retainedDuplicate()
ByteBufHolder
复制的描述
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
retainedDuplicate
在界面
ByteBufHolder
ByteBuf.retainedDuplicate()
DnsRawRecord replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
包含指定content
。
replace
在界面
ByteBufHolder
DnsRawRecord retain()
ReferenceCounted
1
。
retain
在界面
ByteBufHolder
retain
在界面
ReferenceCounted
DnsRawRecord retain(int increment)
ReferenceCounted
increment
。
retain
在界面
ByteBufHolder
retain
在界面
ReferenceCounted
DnsRawRecord touch()
ReferenceCounted
touch
,界面
ByteBufHolder
touch
在界面
ReferenceCounted
DnsRawRecord touch(java.lang.Object hint)
ReferenceCounted
复制的描述
ResourceLeakDetector
提供给您。
touch
在界面
ByteBufHolder
touch
在界面
ReferenceCounted
Copyright © 2008–2018 The Netty Project. All rights reserved.