| Package | Description |
|---|---|
| org.apache.http.conn |
The client-side connection management and handling API that provides interfaces
and implementations for opening and managing client side HTTP connections.
|
| org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionRequest |
HttpClientConnectionManager.requestConnection(HttpRoute route,
Object state)
Returns a new
ClientConnectionRequest, from which a
HttpClientConnection can be obtained or the request can be
aborted. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionRequest |
BasicHttpClientConnectionManager.requestConnection(HttpRoute route,
Object state) |
ConnectionRequest |
PoolingHttpClientConnectionManager.requestConnection(HttpRoute route,
Object state) |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.