| Package | Description | 
|---|---|
| org.apache.http.conn.params | Deprecated. | 
| org.apache.http.impl.conn.tsccm | Deprecated. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConnPerRouteBeanDeprecated. 
 (4.2)  use  ConnPoolControl | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConnPerRoute | ConnManagerParams. getMaxConnectionsPerRoute(org.apache.http.params.HttpParams params)Deprecated.  Returns lookup interface for maximum number of connections allowed per route. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ConnManagerParams. setMaxConnectionsPerRoute(org.apache.http.params.HttpParams params,
                         ConnPerRoute connPerRoute)Deprecated.  Sets lookup interface for maximum number of connections allowed per route. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConnPerRoute | RouteSpecificPool. connPerRouteDeprecated.  Connections per route | 
| protected ConnPerRoute | ConnPoolByRoute. connPerRouteDeprecated.  Connections per route lookup | 
| Constructor and Description | 
|---|
| ConnPoolByRoute(ClientConnectionOperator operator,
               ConnPerRoute connPerRoute,
               int maxTotalConnections)Deprecated.  Creates a new connection pool, managed by route. | 
| ConnPoolByRoute(ClientConnectionOperator operator,
               ConnPerRoute connPerRoute,
               int maxTotalConnections,
               long connTTL,
               TimeUnit connTTLTimeUnit)Deprecated.  | 
| RouteSpecificPool(HttpRoute route,
                 ConnPerRoute connPerRoute)Deprecated.  Creates a new route-specific pool. | 
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.