Package | Description |
---|---|
org.apache.http.conn.params |
Deprecated.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnPerRouteBean
Deprecated.
(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.connPerRoute
Deprecated.
Connections per route
|
protected ConnPerRoute |
ConnPoolByRoute.connPerRoute
Deprecated.
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.