Interface DnsOptPseudoRecord
- All Superinterfaces:
DnsRecord
- All Known Subinterfaces:
DnsOptEcsRecord
- All Known Implementing Classes:
AbstractDnsOptPseudoRrRecord, DefaultDnsOptEcsRecord
An OPT RR record.
This is used for Extension Mechanisms for DNS (EDNS(0)).
-
Field Summary
Fields inherited from interface DnsRecord
CLASS_ANY, CLASS_CHAOS, CLASS_CSNET, CLASS_HESIOD, CLASS_IN, CLASS_NONE -
Method Summary
Modifier and TypeMethodDescriptionintReturns theEXTENDED-RCODEwhich is encoded intoDnsRecord.timeToLive().intflags()intversion()Returns theVERSIONwhich is encoded intoDnsRecord.timeToLive().Methods inherited from interface DnsRecord
dnsClass, name, timeToLive, type
-
Method Details
-
extendedRcode
int extendedRcode()Returns theEXTENDED-RCODEwhich is encoded intoDnsRecord.timeToLive(). -
version
int version()Returns theVERSIONwhich is encoded intoDnsRecord.timeToLive(). -
flags
int flags()
-