Package io.netty.handler.codec.dns
Interface DnsPtrRecord
-
- All Superinterfaces:
DnsRecord
- All Known Implementing Classes:
DefaultDnsPtrRecord
public interface DnsPtrRecord extends DnsRecord
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
hostname()
Returns the hostname this PTR record resolves to.-
Methods inherited from interface io.netty.handler.codec.dns.DnsRecord
dnsClass, name, timeToLive, type
-
-