|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Rcode
public final class Rcode
Constants and functions relating to DNS rcodes (error values)
Field Summary | |
---|---|
static int |
BADKEY
The key is invalid (TSIG/TKEY extended error) |
static int |
BADMODE
The mode is invalid (TKEY extended error) |
static int |
BADSIG
The signature is invalid (TSIG/TKEY extended error) |
static int |
BADTIME
The time is out of range (TSIG/TKEY extended error) |
static int |
BADVERS
Unsupported EDNS level |
static int |
FORMERR
Format error |
static int |
NOERROR
No error |
static int |
NOTAUTH
The requestor is not authorized to perform this operation |
static int |
NOTIMP
The operation requested is not implemented |
static int |
NOTIMPL
Deprecated synonym for NOTIMP. |
static int |
NOTZONE
The zone specified is not a zone |
static int |
NXDOMAIN
The name does not exist |
static int |
NXRRSET
The RRset (name, type) does not exist |
static int |
REFUSED
The operation was refused by the server |
static int |
SERVFAIL
Server failure |
static int |
YXDOMAIN
The name exists |
static int |
YXRRSET
The RRset (name, type) exists |
Method Summary | |
---|---|
static String |
string(int i)
Converts a numeric Rcode into a String |
static String |
TSIGstring(int i)
Converts a numeric TSIG extended Rcode into a String |
static int |
value(String s)
Converts a String representation of an Rcode into its numeric value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NOERROR
public static final int FORMERR
public static final int SERVFAIL
public static final int NXDOMAIN
public static final int NOTIMP
public static final int NOTIMPL
public static final int REFUSED
public static final int YXDOMAIN
public static final int YXRRSET
public static final int NXRRSET
public static final int NOTAUTH
public static final int NOTZONE
public static final int BADVERS
public static final int BADSIG
public static final int BADKEY
public static final int BADTIME
public static final int BADMODE
Method Detail |
---|
public static String string(int i)
public static String TSIGstring(int i)
public static int value(String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |