|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.connector.ConnectorConfigurationKeys
public final class ConnectorConfigurationKeys
This class defines all configuration keys for the Connector service.
| Field Summary | |
|---|---|
static ConfigurationKey |
AMOUNT_OF_TRIES_FORWARDING_REQUEST
The number of attempts the http connector performs to connect the specified target system. |
static ConfigurationKey |
CONNECT_TIMEOUT_IN_MILLI_SECONDS
The timeout for creating connections to target systems used by the http connector in milliseconds. |
static ConfigurationKey |
CONNECTION_ERROR_RETRY_DELAY_IN_MILLI_SECONDS
The delay in milliseconds before retry getting managed connection after a ResourceException whilst getConnection. |
static ConfigurationKey |
FILE_TEMP_DIR
The temporary-file directory to be used by the File System Connector. |
static ConfigurationKey |
HTTP_CLIENT_ERROR_RESEND_DELAY_IN_MILLI_SECONDS
The delay in milliseconds before resending request after an http client error (4xx). |
static ConfigurationKey |
HTTP_CLIENT_ERROR_RESEND_FLAG
Flag indicating resend of message after http client error (4xx). |
static ConfigurationKey |
HTTP_READ_TIMEOUT_ERROR_RESEND_DELAY_IN_MILLI_SECONDS
The delay in milliseconds before resending request after a timeout reading the response. |
static ConfigurationKey |
HTTP_READ_TIMEOUT_ERROR_RESEND_FLAG
Flag indicating resend of message after timeout reading the response. |
static ConfigurationKey |
HTTP_SERVER_ERROR_RESEND_DELAY_IN_MILLI_SECONDS
The delay in milliseconds before resending request after an http server error (5xx). |
static ConfigurationKey |
HTTP_SERVER_ERROR_RESEND_FLAG
Flag indicating resend of message after http server error (5xx). |
static ConfigurationKey |
READ_TIMEOUT_IN_MILLI_SECONDS
The timeout for reading response messages from target systems used by the http connector in milliseconds. |
static ConfigurationKey |
SSL_KEY_ALIAS
The name of the key used for SSL connections established by the http connector. |
static ConfigurationKey |
SSL_KEY_ALIAS_PASSWORD
The password of the key used for SSL connections established by the connector. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ConfigurationKey AMOUNT_OF_TRIES_FORWARDING_REQUEST
public static final ConfigurationKey CONNECTION_ERROR_RETRY_DELAY_IN_MILLI_SECONDS
public static final ConfigurationKey CONNECT_TIMEOUT_IN_MILLI_SECONDS
public static final ConfigurationKey FILE_TEMP_DIR
public static final ConfigurationKey HTTP_CLIENT_ERROR_RESEND_DELAY_IN_MILLI_SECONDS
public static final ConfigurationKey HTTP_CLIENT_ERROR_RESEND_FLAG
public static final ConfigurationKey HTTP_READ_TIMEOUT_ERROR_RESEND_DELAY_IN_MILLI_SECONDS
public static final ConfigurationKey HTTP_READ_TIMEOUT_ERROR_RESEND_FLAG
public static final ConfigurationKey HTTP_SERVER_ERROR_RESEND_DELAY_IN_MILLI_SECONDS
public static final ConfigurationKey HTTP_SERVER_ERROR_RESEND_FLAG
public static final ConfigurationKey READ_TIMEOUT_IN_MILLI_SECONDS
public static final ConfigurationKey SSL_KEY_ALIAS_PASSWORD
public static final ConfigurationKey SSL_KEY_ALIAS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||