| Package | Description |
|---|---|
| org.minidns.edns |
EDNS(0) extension mechanisms for DNS.
|
| Modifier and Type | Method and Description |
|---|---|
static Edns.OptionCode |
Edns.OptionCode.from(int optionCode) |
Edns.OptionCode |
UnknownEdnsOption.getOptionCode() |
Edns.OptionCode |
Nsid.getOptionCode() |
abstract Edns.OptionCode |
EdnsOption.getOptionCode()
Returns the option code for this EDNS option.
|
static Edns.OptionCode |
Edns.OptionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Edns.OptionCode[] |
Edns.OptionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<O extends EdnsOption> |
Edns.getEdnsOption(Edns.OptionCode optionCode)
Gets the EDNS option with the specified option code.
|