Replaced ConnPerRouteBean class with ConnPerRoute interface
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@647811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc6b2d7061
commit
ffa55f8eec
|
@ -45,7 +45,7 @@ public interface ConnManagerPNames {
|
|||
* This limit is interpreted by client connection managers
|
||||
* and applies to individual manager instances.
|
||||
* <p>
|
||||
* This parameter expects a value of type {@link ConnPerRouteBean}.
|
||||
* This parameter expects a value of type {@link ConnPerRoute}.
|
||||
* </p>
|
||||
*/
|
||||
public static final String MAX_CONNECTIONS_PER_ROUTE = "http.conn-manager.max-per-route";
|
||||
|
|
Loading…
Reference in New Issue