Package | Description |
---|---|
org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
Class and Description |
---|
AbstractBackoff
AbstractBackoff is an abstract class that provides a common implementation for managing
backoff behavior in HttpClient connection pool.
|
AbstractHttpClientResponseHandler
A generic
HttpClientResponseHandler that works with the response entity
for successful (2xx) responses. |
ClassicRequestCopier
Deprecated.
Use
ClassicRequestBuilder |
CloseableHttpClient
Base implementation of
HttpClient that also implements ModalCloseable . |
CloseableHttpResponse
Provided for backward compatibility with HttpClient 4.x.
|
FutureRequestExecutionMetrics
Collection of different counters used to gather metrics for
FutureRequestExecutionService . |
HttpClientBuilder
Builder for
CloseableHttpClient instances. |
MinimalHttpClient
Minimal implementation of
CloseableHttpClient . |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.