Uses of Class
de.measite.minidns.DNSMessage.RESPONSE_CODE
-
Packages that use DNSMessage.RESPONSE_CODE Package Description de.measite.minidns -
-
Uses of DNSMessage.RESPONSE_CODE in de.measite.minidns
Fields in de.measite.minidns declared as DNSMessage.RESPONSE_CODE Modifier and Type Field Description private static DNSMessage.RESPONSE_CODE[]DNSMessage.RESPONSE_CODE. INVERSE_LUTReverse lookup table for response codes.protected DNSMessage.RESPONSE_CODEDNSMessage. responseCodeThe response code of this dns message.Methods in de.measite.minidns that return DNSMessage.RESPONSE_CODE Modifier and Type Method Description DNSMessage.RESPONSE_CODEDNSMessage. getResponseCode()Retrieve the response code of this message.static DNSMessage.RESPONSE_CODEDNSMessage.RESPONSE_CODE. getResponseCode(int value)Retrieve the response code for a byte value.static DNSMessage.RESPONSE_CODEDNSMessage.RESPONSE_CODE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DNSMessage.RESPONSE_CODE[]DNSMessage.RESPONSE_CODE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-