| Package | Description |
|---|---|
| org.minidns.edns |
EDNS(0) extension mechanisms for DNS.
|
| org.minidns.record |
DNS resource record types and implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Nsid
EDNS NSID (Name Server Identifier) option.
|
class |
UnknownEdnsOption
EDNS option for unknown option codes.
|
| Modifier and Type | Field and Description |
|---|---|
Class<? extends EdnsOption> |
Edns.OptionCode.clazz |
List<EdnsOption> |
Edns.variablePart
The list of EDNS options.
|
| Modifier and Type | Method and Description |
|---|---|
<O extends EdnsOption> |
Edns.getEdnsOption(Edns.OptionCode optionCode)
Gets the EDNS option with the specified option code.
|
| Modifier and Type | Method and Description |
|---|---|
static EdnsOption |
EdnsOption.parse(int intOptionCode,
byte[] optionData)
Parses an EDNS option from the specified option code and data.
|
| Modifier and Type | Method and Description |
|---|---|
Edns.Builder |
Edns.Builder.addEdnsOption(EdnsOption ednsOption)
Adds an EDNS option.
|
| Modifier and Type | Field and Description |
|---|---|
List<EdnsOption> |
OPT.variablePart |
| Constructor and Description |
|---|
OPT(List<EdnsOption> variablePart) |