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_LUTLookup table for for obcode reolution.protected DNSMessage.OPCODEDNSMessage. opcodeThe DNS message opcode.Methods in de.measite.minidns that return DNSMessage.OPCODE Modifier and Type Method Description DNSMessage.OPCODEDNSMessage. getOpcode()Retrieve the opcode of this message.static DNSMessage.OPCODEDNSMessage.OPCODE. getOpcode(int value)Retrieve the symbolic name of an opcode byte.static DNSMessage.OPCODEDNSMessage.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.
-