public interface DnsRawRecord extends DnsRecord, ByteBufHolder
DnsRecord that contains an undecoded RDATA.CLASS_ANY, CLASS_CHAOS, CLASS_CSNET, CLASS_HESIOD, CLASS_IN, CLASS_NONE| Modifier and Type | Method and Description |
|---|---|
DnsRawRecord |
copy()
Creates a deep copy of this
ByteBufHolder. |
DnsRawRecord |
duplicate()
Duplicates this
ByteBufHolder. |
DnsRawRecord |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
DnsRawRecord |
retain()
Increases the reference count by
1. |
DnsRawRecord |
retain(int increment)
Increases the reference count by the specified
increment. |
DnsRawRecord |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
DnsRawRecord |
touch()
Records the current access location of this object for debugging purposes.
|
DnsRawRecord |
touch(Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
dnsClass, name, timeToLive, typecontentrefCnt, release, releaseDnsRawRecord copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHolderDnsRawRecord duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderDnsRawRecord retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate in interface ByteBufHolderByteBuf.retainedDuplicate()DnsRawRecord replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace in interface ByteBufHolderDnsRawRecord retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface ReferenceCountedDnsRawRecord retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface ReferenceCountedDnsRawRecord touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHoldertouch in interface ReferenceCountedDnsRawRecord touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface ReferenceCountedCopyright © 2008–2025 The Netty Project. All rights reserved.