Uses of Class
de.measite.minidns.DNSMessage.OPCODE
-
Packages that use DNSMessage.OPCODE Package Description de.measite.minidns -
-
Uses of DNSMessage.OPCODE in de.measite.minidns
Fields in de.measite.minidns declared as DNSMessage.OPCODE Modifier and Type Field Description private static DNSMessage.OPCODE[]
DNSMessage.OPCODE. INVERSE_LUT
Lookup table for for obcode reolution.protected DNSMessage.OPCODE
DNSMessage. opcode
The DNS message opcode.Methods in de.measite.minidns that return DNSMessage.OPCODE Modifier and Type Method 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(java.lang.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.
-