| Package | Description |
|---|---|
| org.minidns.dnsmessage |
DNS message parsing and serialization.
|
| org.minidns.edns |
EDNS(0) extension mechanisms for DNS.
|
| org.minidns.record |
DNS resource record types and implementations.
|
| Modifier and Type | Method and Description |
|---|---|
Record<OPT> |
DnsMessage.getOptPseudoRecord() |
| Modifier and Type | Method and Description |
|---|---|
Record<OPT> |
Edns.asRecord()
Converts this EDNS instance to an OPT record.
|
| Constructor and Description |
|---|
Edns(Record<OPT> optRecord)
Creates an EDNS instance from an OPT record.
|
| Modifier and Type | Method and Description |
|---|---|
static OPT |
OPT.parse(DataInputStream dis,
int payloadLength) |