| Package | Description |
|---|---|
| org.minidns.dnsmessage | DNS message parsing and serialization. |
| Modifier and Type | Field and Description |
|---|---|
DnsMessage.OPCODE | DnsMessage.opcodeThe DNS message opcode. |
| Modifier and Type | Method and Description |
|---|---|
static DnsMessage.OPCODE | DnsMessage.OPCODE.getOpcode(int value)Retrieve the symbolic name of an opcode byte. |
static DnsMessage.OPCODE | DnsMessage.OPCODE.valueOf(String name)Returns the enum constant of this type with the specified name. |
static DnsMessage.OPCODE[] | DnsMessage.OPCODE.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
DnsMessage.Builder | DnsMessage.Builder.setOpcode(DnsMessage.OPCODE opcode)setOpcode. |