|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PoolConstants
Properties used in pooling http engines
Field Summary | |
---|---|
static String |
PROPERTY_POOL_IO_WORKER_THREADS
Integer property. |
static String |
PROPERTY_POOL_MAX_CONNECTION_REUSE
Integer property. |
static String |
PROPERTY_POOL_MAX_CONNECTIONS
Integer property. |
static String |
PROPERTY_POOL_MAX_SESSION_FAILURES
Integer property. |
Field Detail |
---|
static final String PROPERTY_POOL_MAX_CONNECTIONS
Limits the amount of connections per host.
static final String PROPERTY_POOL_IO_WORKER_THREADS
Amount of threads servicing the I/O of http connections
static final String PROPERTY_POOL_MAX_SESSION_FAILURES
Maximum amount of http session failures before a pool is disabled.
static final String PROPERTY_POOL_MAX_CONNECTION_REUSE
Maximum amount of times to re-use an http connection. Services like Amazon S3 throw errors if connections are reused too many times.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |