public class WhoisDataConstant
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
DATA_ERR_MAP
error messages
|
static int |
INCOMPLETE_DATA
whois data is incomplete due to backend WhoisServer issue
|
static int |
INVALID_TLD
domain name tld is invalid
|
static int |
MASKED_WHOIS_DATA
whois data contains masked characters by whois server
|
static int |
MISSING_WHOIS_DATA
there is no whois data for the domain, this usually means that the domain is not registered.
|
static int |
NO_DATA_ERR
there is no data error associated with the returned whois data.
|
static int |
RESERVED_DOMAIN_NAME
domain name is reserved by registry
|
Constructor and Description |
---|
WhoisDataConstant() |
public static final int NO_DATA_ERR
public static final int INCOMPLETE_DATA
public static final int MISSING_WHOIS_DATA
public static final int RESERVED_DOMAIN_NAME
public static final int MASKED_WHOIS_DATA
public static final int INVALID_TLD
public static java.lang.String[] DATA_ERR_MAP