Uses of Enum
org.minidns.dnsmessage.DnsMessage.OPCODE
-
Uses of DnsMessage.OPCODE in org.minidns.dnsmessage
Modifier and TypeFieldDescriptionfinal DnsMessage.OPCODE
DnsMessage.opcode
The DNS message opcode.Modifier and TypeMethodDescriptionstatic DnsMessage.OPCODE
DnsMessage.OPCODE.getOpcode
(int value) Retrieve the symbolic name of an opcode byte.static DnsMessage.OPCODE
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.