public interface HttpClient
| Modifier and Type | Method and Description |
|---|---|
Response |
execute(Request request,
CoreEndpointConfiguration endpointConfiguration)
Execute a given Request to get string/binary response back.
|
CompletableFuture<Response> |
executeAsync(Request request,
CoreEndpointConfiguration endpointConfiguration)
Execute a given Request to get string/binary response back.
|
CompletableFuture<Response> executeAsync(Request request, CoreEndpointConfiguration endpointConfiguration)
request - The given HttpRequest to execute.endpointConfiguration - The overridden configuration for request.Response execute(Request request, CoreEndpointConfiguration endpointConfiguration) throws IOException
request - The given Request to execute.endpointConfiguration - The overridden configuration for request.IOException - exception to be thrown while converting response.Copyright © 2022. All rights reserved.