Changed Methods
|
void closeIdleConnections(long, TimeUnit)
|
Change in signature from long to (long, TimeUnit ).
|
Closes idle connections in the pool. |
SchemeRegistry getSchemeRegistry()
|
Change in return type from org.apache.http.conn.SchemeRegistry to org.apache.http.conn.scheme.SchemeRegistry .
|
Obtains the scheme registry used by this manager. |
void releaseConnection(ManagedClientConnection, long, TimeUnit)
|
Change in signature from ManagedClientConnection to (ManagedClientConnection, long, TimeUnit ).
|
Releases a connection for use by others. |