Handles calling
HttpConnectionManager.closeIdleConnections(long) closeIdleConnections() and doing any other cleanup work on the given connection mangaer.
Parameters: connectionManager - The connection manager to close idle connections for
Removes the connection manager from this class. The idle connections from the connection
manager will no longer be automatically closed by this class.
Parameters: connectionManager - The connection manager to remove
public synchronized void setConnectionTimeout(long connectionTimeout)(Code)
Sets the timeout value to use when testing for idle connections.
Parameters: connectionTimeout - The connection timeout in milliseconds See Also:HttpConnectionManager.closeIdleConnections(long)
setTimeoutInterval
public synchronized void setTimeoutInterval(long timeoutInterval)(Code)
Sets the interval used by this class between closing idle connections. Idle
connections will be closed every timeoutInterval milliseconds.
Parameters: timeoutInterval - The timeout interval in milliseconds