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()
Create a deep copy of this
ByteBufHolder. |
DnsRawRecord |
duplicate()
Duplicate the
ByteBufHolder. |
DnsRawRecord |
retain()
Increases the reference count by
1. |
DnsRawRecord |
retain(int increment)
Increases the reference count by the specified
increment. |
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 additonal 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 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–2016 The Netty Project. All rights reserved.