git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1049721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-15 21:42:33 +00:00
parent 3c0cef4586
commit d1e2ee3c82
1 changed files with 3 additions and 0 deletions

View File

@ -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;