Package | Description |
---|---|
de.measite.minidns |
Modifier and Type | Field and Description |
---|---|
protected DNSMessage.OPCODE |
DNSMessage.opcode
The DNS message opcode.
|
Modifier and Type | Method and Description |
---|---|
DNSMessage.OPCODE |
DNSMessage.getOpcode()
Retrieve the opcode of this message.
|
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.
|
Copyright © 2014–2015. All rights reserved.