Method Summary |
|
public void | closeIdleConnections(long idleTimeout) |
public HttpConnection | getConnection(HostConfiguration hostConfiguration) |
public HttpConnection | getConnection(HostConfiguration hostConfiguration, long timeout) |
public HttpConnection | getConnectionWithTimeout(HostConfiguration hostConfiguration, long timeout) |
public HttpConnectionManagerParams | getParams() Returns
HttpConnectionManagerParams parameters associated
with this connection manager. |
public boolean | isConnectionStaleCheckingEnabled() Gets the staleCheckingEnabled value to be set on HttpConnections that are created. |
public void | releaseConnection(HttpConnection conn) |
public void | setConnectionStaleCheckingEnabled(boolean connectionStaleCheckingEnabled) Sets the staleCheckingEnabled value to be set on HttpConnections that are created. |
public void | setParams(HttpConnectionManagerParams p) Assigns
HttpConnectionManagerParams parameters for this
connection manager. |