Package | Description |
---|---|
org.apache.http.client.methods |
Standard HTTP method implementations.
|
org.apache.http.concurrent |
Core concurrency APIs.
|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpExecutionAware.setCancellable(Cancellable cancellable)
Sets
Cancellable for the ongoing operation. |
void |
AbstractExecutionAwareRequest.setCancellable(Cancellable cancellable) |
Modifier and Type | Class and Description |
---|---|
class |
BasicFuture<T>
Basic implementation of the
Future interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionRequest
Represents a request for a
HttpClientConnection whose life cycle
is managed by a connection manager. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConnectionHolder
Internal connection holder.
|