Package io.netty.handler.codec.dns
Interface DnsPtrRecord
- All Superinterfaces:
DnsRecord
- All Known Implementing Classes:
DefaultDnsPtrRecord
-
Field Summary
Fields inherited from interface io.netty.handler.codec.dns.DnsRecord
CLASS_ANY, CLASS_CHAOS, CLASS_CSNET, CLASS_HESIOD, CLASS_IN, CLASS_NONE
-
Method Summary
Methods inherited from interface io.netty.handler.codec.dns.DnsRecord
dnsClass, name, timeToLive, type
-
Method Details
-
hostname
String hostname()Returns the hostname this PTR record resolves to.
-