Package com.boomi.common.rest.pool
Class RestPoolingConstants
- java.lang.Object
-
- com.boomi.common.rest.pool.RestPoolingConstants
-
public final class RestPoolingConstants extends Object
Utility class defining constant values used to configure Rest Connection Pool.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLOSING_DUPLICATE_MANAGER_INSTANCE
static String
CONN_MANAGER_KEY
static long
DEFAULT_EVICTION_INTERVAL
static long
DEFAULT_IDLE_TIMEOUT
static long
DEFAULT_INITIAL_EVICTION_DELAY
static int
DEFAULT_MAX_TOTAL
static String
EVICTED_POOLING_MANAGER
static String
EVICTION_SERVICE_SHUT_DOWN
static String
IDLE_TIMEOUT
static String
INITIALIZED_EVICTION_SERVICE
static String
MAX_TOTAL
static String
POOLING_MANAGER_ADDED_TO_POOL
-
-
-
Field Detail
-
DEFAULT_MAX_TOTAL
public static final int DEFAULT_MAX_TOTAL
- See Also:
- Constant Field Values
-
DEFAULT_IDLE_TIMEOUT
public static final long DEFAULT_IDLE_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_EVICTION_INTERVAL
public static final long DEFAULT_EVICTION_INTERVAL
- See Also:
- Constant Field Values
-
DEFAULT_INITIAL_EVICTION_DELAY
public static final long DEFAULT_INITIAL_EVICTION_DELAY
- See Also:
- Constant Field Values
-
MAX_TOTAL
public static final String MAX_TOTAL
- See Also:
- Constant Field Values
-
IDLE_TIMEOUT
public static final String IDLE_TIMEOUT
- See Also:
- Constant Field Values
-
CONN_MANAGER_KEY
public static final String CONN_MANAGER_KEY
- See Also:
- Constant Field Values
-
EVICTED_POOLING_MANAGER
public static final String EVICTED_POOLING_MANAGER
- See Also:
- Constant Field Values
-
POOLING_MANAGER_ADDED_TO_POOL
public static final String POOLING_MANAGER_ADDED_TO_POOL
- See Also:
- Constant Field Values
-
INITIALIZED_EVICTION_SERVICE
public static final String INITIALIZED_EVICTION_SERVICE
- See Also:
- Constant Field Values
-
EVICTION_SERVICE_SHUT_DOWN
public static final String EVICTION_SERVICE_SHUT_DOWN
- See Also:
- Constant Field Values
-
CLOSING_DUPLICATE_MANAGER_INSTANCE
public static final String CLOSING_DUPLICATE_MANAGER_INSTANCE
- See Also:
- Constant Field Values
-
-