Package | Description |
---|---|
org.xbill.DNS | |
org.xbill.DNS.dnssec |
Modifier and Type | Field and Description |
---|---|
private OPTRecord |
DohResolver.queryOPT |
private OPTRecord |
SimpleResolver.queryOPT |
Modifier and Type | Method and Description |
---|---|
OPTRecord |
SimpleResolver.getEDNS()
Gets the EDNS information on outgoing messages.
|
OPTRecord |
Message.getOPT()
Returns the OPT record from the ADDITIONAL section, if one is present.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleResolver.setEDNS(OPTRecord optRecord)
Sets the EDNS information on outgoing messages.
|
Modifier and Type | Field and Description |
---|---|
private OPTRecord |
SMessage.oPTRecord |