|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by classes seeking to configure the properties of the multi threaded connection pool used in the CommonsHTTPSender transport implementation.
Method Summary | |
int |
getConnectionPoolTimeout()
Used to set the amount of time, in milliseconds, spent waiting for an available connection from the pool. |
int |
getMaximumConnectionsPerHost()
Used to set the maximum number of connections that will be pooled for a given host. |
int |
getMaximumTotalConnections()
Used to set the maximum number of connections that the pool can open for all hosts. |
Method Detail |
public int getMaximumTotalConnections()
public int getMaximumConnectionsPerHost()
public int getConnectionPoolTimeout()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |