-
- All Superinterfaces:
DnsRecord
- All Known Implementing Classes:
DefaultDnsQuestion
@UnstableApi public interface DnsQuestion extends DnsRecord
A DNS question.
-
-
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 DnsQuestion
copy()
Returns a copy of this record object.long
timeToLive()
An unused property.
-
-
-
Method Detail
-
timeToLive
long timeToLive()
An unused property. This method will always return0
.- Specified by:
timeToLive
in interfaceDnsRecord
-
copy
DnsQuestion copy()
Description copied from interface:DnsRecord
Returns a copy of this record object. Immutable record objects may return themselves.
-
-