SingleClientConnManager will make an effort to reuse the connection for subsequent requests with the same {@link HttpRoute route}. It will, however, close the existing connection and open it for the given route, if the route of the persistent connection does not match that of the connection request. If the connection has been already been allocated {@link IllegalStateException} is thrown. @since 4.0
|
|