| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BEAN_FACTORY_LOGGER_NAME |
"webClientSupplier.beanFactory" |
public static final String |
CONNECTION_TIMEOUT |
".connection.timeout.connection" |
public static final String |
KEYSTORE_PASSWORD |
".keystore.password" |
public static final String |
KEYSTORE_PATH |
".keystore.path" |
public static final String |
KEYSTORE_TYPE |
".keystore.type" |
public static final String |
KEYSTORE_URL |
".keystore.url" |
public static final String |
MAX_CONNECTION |
".connection.maxConnection" |
public static final String |
MAX_CONNECTION_PER_ROUTE |
".connection.maxConnectionPerRoute" |
public static final String |
PARSER_LOGGER_NAME |
"webClientSupplier.parser" |
public static final String |
PROTOCOLS |
".protocols" |
public static final String |
RANDOM_SEED |
".randomSeed" |
public static final String |
READ_TIMEOUT |
".connection.timeout.read" |
public static final String |
TRUSTSTORE_IGNORE_SERVER_CERTIFICATE |
".trustStore.ignoreServerCertificate" |
public static final String |
TRUSTSTORE_PASSWORD |
".trustStore.password" |
public static final String |
TRUSTSTORE_PATH |
".trustStore.path" |
public static final String |
TRUSTSTORE_TYPE |
".trustStore.type" |
public static final String |
TRUSTSTORE_URL |
".trustStore.url" |
public static final String |
TYPE |
".type" |
public static final String |
WCS |
"wcs" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CORRECTLY_DETECTED_FOR_CLIENT |
"Correctly detected wcs.{}{}:{}" |
public static final String |
FALLING_BACK_FROM_UNDEFINED |
"wcs.{}{} not defined, falling back on {}" |
public static final String |
FALLING_BACK_FROM_UNDEFINED_WITH_ACCEPTED |
"wcs.{}{} not defined, falling back on {}, Accepted Value are: {}" |
public static final String |
FALLING_BACK_FROM_UNDEFINED_WITH_ACCEPTED_IGNORING_CASE |
"wcs.{}{} not defined, falling back on {}, Accepted Value are (ignoring case): {}" |
public static final String |
FALLING_BACK_FROM_WRONG_URL |
"wcs.{}{} has a malformed value {}, falling back on {}" |
public static final String |
INT_RANGE |
"1 ~ 2147483647" |
public static final String |
NON_ACCEPTABLE_VALUE |
"wcs.{}{} has not acceptable value {}, falling back on {}" |
public static final String |
NON_ACCEPTABLE_VALUE_WITH_ACCEPTED |
"wcs.{}{} has not acceptable value {}, falling back on {}, Accepted Value are: {}" |
public static final String |
NON_ACCEPTABLE_VALUE_WITH_ACCEPTED_IGNORING_CASE |
"wcs.{}{} has not acceptable value {}, falling back on {}, Accepted Value are (ignoring case): {}" |
public static final String |
TRUE_FALSE |
"[true, false]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
WARN_IGNORE_SERVER_CERTIFICATE_ENABLED |
"{} CLIENT HAS IGNORE SERVER CERTIFICATE ENABLED. THIS BEHAVIOUR SHOULD BE USED ONLY FOR TESTING PURPOSE" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONNECTION_TIMEOUT |
60000 |
public static final int |
DEFAULT_MAX_CONNECTION |
10 |
public static final int |
DEFAULT_MAX_CONNECTION_PER_ROUTE |
10 |
public static final int |
DEFAULT_READ_TIMEOUT |
60000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
DEFAULT_IGNORE_SERVER_CERTIFICATE |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UNSUPPORTED_CLIENT_ERROR |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY_STORE_ERROR |
"" |
public static final String |
NO_SUCH_ALGORITHM |
"" |
public static final String |
UNRECOVERABLE_KEY_EXCEPTION |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY_STORE_ERROR |
"" |
public static final String |
NO_SUCH_ALGORITHM |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INVALID_CONFIGURATION |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY_MANAGEMENT_ERROR |
"" |
public static final String |
NO_SUCH_ALGORITHM_ERROR |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HTTP |
"http" |
public static final String |
HTTPS |
"https" |
Copyright © 2023. All rights reserved.