| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl | |
| org.apache.hc.client5.http.impl.sync |
Default HTTP client implementation.
|
| Class and Description |
|---|
| AbstractResponseHandler
A generic
ResponseHandler that works with the response entity
for successful (2xx) responses. |
| Class and Description |
|---|
| ClientExecChain
This interface represents an element in the HTTP request execution chain.
|
| CloseableHttpClient
Base implementation of
HttpClient that also implements Closeable. |
| DefaultHttpRequestRetryHandler
The default
HttpRequestRetryHandler used by request executors. |
| FutureRequestExecutionMetrics
Collection of different counters used to gather metrics for
FutureRequestExecutionService. |
| HttpClientBuilder
Builder for
CloseableHttpClient instances. |
| HttpRequestFutureTask
FutureTask implementation that wraps a HttpAsyncClientCallable and exposes various task
specific metrics.
|
| NoopUserTokenHandler
Noop implementation of
UserTokenHandler that always returns null. |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.