Package | Description |
---|---|
org.apache.http.conn.params |
Parameters for configuring HTTP connection and connection management
related classes.
|
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnPerRouteBean
This class maintains a map of HTTP routes to maximum number of connections allowed
for those routes.
|
Modifier and Type | Method and Description |
---|---|
static ConnPerRoute |
ConnManagerParams.getMaxConnectionsPerRoute(org.apache.http.params.HttpParams params)
|
Modifier and Type | Method and Description |
---|---|
static void |
ConnManagerParams.setMaxConnectionsPerRoute(org.apache.http.params.HttpParams params,
ConnPerRoute connPerRoute)
|
Modifier and Type | Field and Description |
---|---|
protected ConnPerRoute |
ConnPoolByRoute.connPerRoute
Connections per route lookup
|
protected ConnPerRoute |
RouteSpecificPool.connPerRoute
Connections per route
|
Constructor and Description |
---|
ConnPoolByRoute(ClientConnectionOperator operator,
ConnPerRoute connPerRoute,
int maxTotalConnections)
Creates a new connection pool, managed by route.
|
ConnPoolByRoute(ClientConnectionOperator operator,
ConnPerRoute connPerRoute,
int maxTotalConnections,
long connTTL,
TimeUnit connTTLTimeUnit) |
RouteSpecificPool(HttpRoute route,
ConnPerRoute connPerRoute)
Creates a new route-specific pool.
|
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.