public interface HttpClientOperations
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.CloseableHttpResponse |
execute(org.apache.http.impl.client.CloseableHttpClient httpClient,
org.apache.http.client.methods.HttpUriRequest request)
Executes an HTTP request on an HTTP client.
|
org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.impl.client.CloseableHttpClient httpClient,
org.apache.http.client.methods.HttpUriRequest request)
throws IOException,
JAXBException
httpClient - the HTTP client that executes the request.request - the request to execute.IOException - if an I/O error occurred.JAXBException - if a JAXB parsing error occurred.Copyright © 2021. All rights reserved.