Package | Description |
---|---|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
Modifier and Type | Method and Description |
---|---|
ConnectionRequest |
HttpClientConnectionManager.requestConnection(HttpRoute route,
Object state)
Returns a new
ConnectionRequest , 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–2022 The Apache Software Foundation. All rights reserved.