Package | Description |
---|---|
org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
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. |
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpRequestBase.setConnectionRequest(ClientConnectionRequest connRequest) |
void |
AbortableHttpRequest.setConnectionRequest(ClientConnectionRequest connRequest)
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)
Returns a new
ClientConnectionRequest , from which a
ManagedClientConnection can be obtained or the request can be
aborted. |
Modifier and Type | Method and Description |
---|---|
ClientConnectionRequest |
BasicClientConnectionManager.requestConnection(HttpRoute route,
Object state) |
ClientConnectionRequest |
SingleClientConnManager.requestConnection(HttpRoute route,
Object state)
Deprecated.
|
ClientConnectionRequest |
PoolingClientConnectionManager.requestConnection(HttpRoute route,
Object state) |
Modifier and Type | Method and Description |
---|---|
ClientConnectionRequest |
ThreadSafeClientConnManager.requestConnection(HttpRoute route,
Object state)
Deprecated.
|
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.