org.apache.axis.components.net
public interface CommonsHTTPClientProperties
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. |
Returns: an integer > 1 OR 0 for infinite timeout
Returns: an integer >= 0
Returns: an integer >= 0
Returns: an integer > 1
Returns: an integer > 1