Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1049721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c0cef4586
commit
d1e2ee3c82
|
@ -61,6 +61,9 @@ public final class ConnPerRouteBean implements ConnPerRoute {
|
||||||
this(DEFAULT_MAX_CONNECTIONS_PER_ROUTE);
|
this(DEFAULT_MAX_CONNECTIONS_PER_ROUTE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link #getDefaultMaxPerRoute()} instead
|
||||||
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public int getDefaultMax() {
|
public int getDefaultMax() {
|
||||||
return this.defaultMax;
|
return this.defaultMax;
|
||||||
|
|
Loading…
Reference in New Issue