| |
|
| java.lang.Object org.xbill.DNS.Rcode
Rcode | final public class Rcode (Code) | | Constants and functions relating to DNS rcodes (error values)
author: Brian Wellington |
BADKEY | final public static int BADKEY(Code) | | The key is invalid (TSIG/TKEY extended error)
|
BADMODE | final public static int BADMODE(Code) | | The mode is invalid (TKEY extended error)
|
BADSIG | final public static int BADSIG(Code) | | The signature is invalid (TSIG/TKEY extended error)
|
BADTIME | final public static int BADTIME(Code) | | The time is out of range (TSIG/TKEY extended error)
|
BADVERS | final public static int BADVERS(Code) | | Unsupported EDNS level
|
FORMERR | final public static int FORMERR(Code) | | Format error
|
NOERROR | final public static int NOERROR(Code) | | No error
|
NOTAUTH | final public static int NOTAUTH(Code) | | The requestor is not authorized to perform this operation
|
NOTIMP | final public static int NOTIMP(Code) | | The operation requested is not implemented
|
NOTIMPL | final public static int NOTIMPL(Code) | | Deprecated synonym for NOTIMP.
|
NOTZONE | final public static int NOTZONE(Code) | | The zone specified is not a zone
|
NXDOMAIN | final public static int NXDOMAIN(Code) | | The name does not exist
|
NXRRSET | final public static int NXRRSET(Code) | | The RRset (name, type) does not exist
|
REFUSED | final public static int REFUSED(Code) | | The operation was refused by the server
|
SERVFAIL | final public static int SERVFAIL(Code) | | Server failure
|
YXDOMAIN | final public static int YXDOMAIN(Code) | | The name exists
|
YXRRSET | final public static int YXRRSET(Code) | | The RRset (name, type) exists
|
TSIGstring | public static String TSIGstring(int i)(Code) | | Converts a numeric TSIG extended Rcode into a String
|
string | public static String string(int i)(Code) | | Converts a numeric Rcode into a String
|
value | public static int value(String s)(Code) | | Converts a String representation of an Rcode into its numeric value
|
|
|
|