public final class Rcode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BADALG
Algorithm not supported (TKEY extended error)
|
static int |
BADCOOKIE
Bad or missing server cookie (RFC 7873)
|
static int |
BADKEY
The key is invalid (TSIG/TKEY extended error)
|
static int |
BADMODE
The mode is invalid (TKEY extended error)
|
static int |
BADNAME
Duplicate key name (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 |
BADTRUNC
Bad truncation (RFC 4635)
|
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.
use {
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
|
Modifier and Type | Method and Description |
---|---|
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
|
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
@Deprecated public static final int NOTIMPL
NOTIMP
}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
public static final int BADNAME
public static final int BADALG
public static final int BADTRUNC
public static final int BADCOOKIE
public static String string(int i)
public static String TSIGstring(int i)
public static int value(String s)
Copyright © 2023 dnsjava.org. All rights reserved.