| Package | Description |
|---|---|
| org.minidns.dnsmessage | DNS message parsing and serialization. |
| Modifier and Type | Field and Description |
|---|---|
DnsMessage.RESPONSE_CODE | DnsMessage.responseCodeThe response code of this dns message. |
| Modifier and Type | Method and Description |
|---|---|
static DnsMessage.RESPONSE_CODE | DnsMessage.RESPONSE_CODE.getResponseCode(int value)Retrieve the response code for a byte value. |
static DnsMessage.RESPONSE_CODE | DnsMessage.RESPONSE_CODE.valueOf(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. |
| Modifier and Type | Method and Description |
|---|---|
DnsMessage.Builder | DnsMessage.getResponseBuilder(DnsMessage.RESPONSE_CODE responseCode)getResponseBuilder. |
DnsMessage.Builder | DnsMessage.Builder.setResponseCode(DnsMessage.RESPONSE_CODE responseCode)setResponseCode. |