public interface CommonsHTTPClientProperties
Modifier and Type | Method and Description |
---|---|
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.
|
int getMaximumTotalConnections()
int getMaximumConnectionsPerHost()
int getConnectionPoolTimeout()
int getDefaultConnectionTimeout()
int getDefaultSoTimeout()
Copyright © The Apache Software Foundation. All Rights Reserved.