|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonsHTTPClientProperties
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 |
getDefaultConnectionTimeout()
Used to set the default amount of time, in milliseconds, spent waiting for a connection. |
int |
getDefaultSoTimeout()
Used to set the default amount of time, in milliseconds, spent waiting for a reponse. |
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 |
|---|
int getMaximumTotalConnections()
int getMaximumConnectionsPerHost()
int getConnectionPoolTimeout()
int getDefaultConnectionTimeout()
int getDefaultSoTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||