Package | Description |
---|---|
org.apache.http.client.methods |
Standard HTTP method implementations.
|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractExecutionAwareRequest.setConnectionRequest(ClientConnectionRequest connRequest)
Deprecated.
|
void |
AbortableHttpRequest.setConnectionRequest(ClientConnectionRequest connRequest)
Deprecated.
Sets the
ClientConnectionRequest
callback that can be used to abort a long-lived request for a connection. |
Modifier and Type | Method and Description |
---|---|
ClientConnectionRequest |
ClientConnectionManager.requestConnection(HttpRoute route,
Object state)
Deprecated.
Returns a new
ClientConnectionRequest , from which a
ManagedClientConnection can be obtained or the request can be
aborted. |
Modifier and Type | Method and Description |
---|---|
ClientConnectionRequest |
PoolingClientConnectionManager.requestConnection(HttpRoute route,
Object state)
Deprecated.
|
ClientConnectionRequest |
BasicClientConnectionManager.requestConnection(HttpRoute route,
Object state)
Deprecated.
|
ClientConnectionRequest |
SingleClientConnManager.requestConnection(HttpRoute route,
Object state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientConnectionRequest |
ThreadSafeClientConnManager.requestConnection(HttpRoute route,
Object state)
Deprecated.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.