Package | Description |
---|---|
de.measite.minidns |
Modifier and Type | Field and Description |
---|---|
protected DNSMessage.RESPONSE_CODE |
DNSMessage.responseCode
The response code of this dns message.
|
Modifier and Type | Method and Description |
---|---|
DNSMessage.RESPONSE_CODE |
DNSMessage.getResponseCode()
Retrieve the response code of this message.
|
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.
|
Copyright © 2014–2016. All rights reserved.