| Package | Description | 
|---|---|
| org.apache.hc.client5.http.impl.classic | Classic HTTP client API implementation that supports HTTP/1.1 transport
 only. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CloseableHttpResponse | MinimalHttpClient. doExecute(HttpHost target,
         ClassicHttpRequest request,
         HttpContext context) | 
| protected abstract CloseableHttpResponse | CloseableHttpClient. doExecute(HttpHost target,
         ClassicHttpRequest request,
         HttpContext context) | 
| CloseableHttpResponse | CloseableHttpClient. execute(ClassicHttpRequest request)Deprecated. 
 It is strongly recommended to use execute methods with  HttpClientResponseHandlersuch asCloseableHttpClient.execute(ClassicHttpRequest, HttpClientResponseHandler)in order
 to ensure automatic resource deallocation by the client.
 For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)to keep the response object open after the request execution. | 
| CloseableHttpResponse | CloseableHttpClient. execute(ClassicHttpRequest request,
       HttpContext context)Deprecated. 
 It is strongly recommended to use execute methods with  HttpClientResponseHandlersuch asCloseableHttpClient.execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler)in order
 to ensure automatic resource deallocation by the client.
 For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)to keep the response object open after the request execution. | 
| CloseableHttpResponse | CloseableHttpClient. execute(HttpHost target,
       ClassicHttpRequest request)Deprecated. 
 It is strongly recommended to use execute methods with  HttpClientResponseHandlersuch asCloseableHttpClient.execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler)in order
 to ensure automatic resource deallocation by the client.
 For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)to keep the response object open after the request execution. | 
| CloseableHttpResponse | CloseableHttpClient. execute(HttpHost target,
       ClassicHttpRequest request,
       HttpContext context)Deprecated. 
 It is strongly recommended to use execute methods with  HttpClientResponseHandlersuch asCloseableHttpClient.execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler)in order
 to ensure automatic resource deallocation by the client.
 For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)to keep the response object open after the request execution. | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.