| Package | Description |
|---|---|
| org.apache.http.impl.nio.client |
Default asynchronous HTTP client implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicReference<CloseableHttpAsyncClientBase.Status> |
CloseableHttpAsyncClientBase.status |
| Modifier and Type | Method and Description |
|---|---|
static CloseableHttpAsyncClientBase.Status |
CloseableHttpAsyncClientBase.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CloseableHttpAsyncClientBase.Status[] |
CloseableHttpAsyncClientBase.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|