-
- All Superinterfaces:
DnsRecord
- All Known Implementing Classes:
DefaultDnsPtrRecord
@UnstableApi public interface DnsPtrRecord extends DnsRecord
-
-
Field Summary
-
Fields inherited from interface io.netty5.handler.codec.dns.DnsRecord
CLASS_ANY, CLASS_CHAOS, CLASS_CSNET, CLASS_HESIOD, CLASS_IN, CLASS_NONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsPtrRecord
copy()
Returns a copy of this record object.String
hostname()
Returns the hostname this PTR record resolves to.-
Methods inherited from interface io.netty5.handler.codec.dns.DnsRecord
dnsClass, name, timeToLive, type
-
-
-
-
Method Detail
-
hostname
String hostname()
Returns the hostname this PTR record resolves to.
-
copy
DnsPtrRecord copy()
Description copied from interface:DnsRecord
Returns a copy of this record object. Immutable record objects may return themselves.
-
-