public class HttpClientOperationsImpl extends Object implements HttpClientOperations
| Constructor and Description |
|---|
HttpClientOperationsImpl() |
| 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.
|
public org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.impl.client.CloseableHttpClient httpClient,
org.apache.http.client.methods.HttpUriRequest request)
throws IOException
HttpClientOperationsexecute in interface HttpClientOperationshttpClient - the HTTP client that executes the request.request - the request to execute.IOException - if an I/O error occurred.Copyright © 2019. All rights reserved.