Package io.netty.handler.codec.dns
Interface DnsQuestion
- All Superinterfaces:
DnsRecord
- All Known Implementing Classes:
DefaultDnsQuestion
A DNS question.
-
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
-
Method Details
-
timeToLive
long timeToLive()An unused property. This method will always return0
.- Specified by:
timeToLive
in interfaceDnsRecord
-