Uses of Enum
org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE
-
Uses of DnsMessage.RESPONSE_CODE in org.minidns.dnsmessage
Modifier and TypeFieldDescriptionfinal DnsMessage.RESPONSE_CODE
DnsMessage.responseCode
The response code of this dns message.Modifier and TypeMethodDescriptionstatic DnsMessage.RESPONSE_CODE
DnsMessage.RESPONSE_CODE.getResponseCode
(int value) Retrieve the response code for a byte value.static DnsMessage.RESPONSE_CODE
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.Modifier and TypeMethodDescriptionDnsMessage.getResponseBuilder
(DnsMessage.RESPONSE_CODE responseCode) DnsMessage.Builder.setResponseCode
(DnsMessage.RESPONSE_CODE responseCode)