Package | Description |
---|---|
org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
org.apache.hc.client5.http.impl.compat |
Modifier and Type | Class and Description |
---|---|
class |
CloseableHttpClient
Base implementation of
HttpClient that also implements ModalCloseable . |
class |
MinimalHttpClient
Minimal implementation of
CloseableHttpClient . |
Constructor and Description |
---|
FutureRequestExecutionService(HttpClient httpClient,
ExecutorService executorService)
Create a new FutureRequestExecutionService.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassicToAsyncAdaptor
CloseableHttpClient implementation backed by CloseableHttpAsyncClient
acting as a compatibility bridge with the classic APIs based on the standard
InputStream / OutputStream model. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.