public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_RETRIES
Sets the number of times that the authentication is retried, defaults to
DEFAULT_AUTHENTICATION_RETRIES.
|
static String |
DEFAULT_AUTHENTICATION_RETRIES
The default number of retries for authentication attempts
|
static String |
PROXY_HOST
The property that specifies if a proxy host is used
|
static String |
PROXY_PORT
The property that specifies the port of a proxy host if used.
|
static String |
TRUST_HOST_LIST
Specifies a comma-delimited list of host names or addresses that are
trusted hosts.
|
| Constructor and Description |
|---|
Constants() |
public static final String AUTHENTICATION_RETRIES
public static final String PROXY_HOST
public static final String PROXY_PORT
public static final String TRUST_HOST_LIST
public static final String DEFAULT_AUTHENTICATION_RETRIES
Copyright © 2012–2016. All rights reserved.