Uses of Enum
org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE
Packages that use DnsMessage.RESPONSE_CODE
-
Uses of DnsMessage.RESPONSE_CODE in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage declared as DnsMessage.RESPONSE_CODEModifier and TypeFieldDescriptionfinal DnsMessage.RESPONSE_CODEDnsMessage.responseCodeThe response code of this dns message.Methods in org.minidns.dnsmessage that return DnsMessage.RESPONSE_CODEModifier and TypeMethodDescriptionstatic DnsMessage.RESPONSE_CODEDnsMessage.RESPONSE_CODE.getResponseCode(int value) Retrieve the response code for a byte value.static DnsMessage.RESPONSE_CODEReturns 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.Methods in org.minidns.dnsmessage with parameters of type DnsMessage.RESPONSE_CODEModifier and TypeMethodDescriptionDnsMessage.getResponseBuilder(DnsMessage.RESPONSE_CODE responseCode) DnsMessage.Builder.setResponseCode(DnsMessage.RESPONSE_CODE responseCode)