protected class ApacheHttpComponents5FlowableHttpClient.ApacheHttpComponentsExecutableHttpRequest extends Object implements AsyncExecutableHttpRequest
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hc.core5.http.nio.AsyncRequestProducer |
request |
protected org.apache.hc.client5.http.config.RequestConfig |
requestConfig |
| Constructor and Description |
|---|
ApacheHttpComponentsExecutableHttpRequest(org.apache.hc.core5.http.nio.AsyncRequestProducer request,
org.apache.hc.client5.http.config.RequestConfig requestConfig) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse> |
callAsync() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallprotected final org.apache.hc.core5.http.nio.AsyncRequestProducer request
protected final org.apache.hc.client5.http.config.RequestConfig requestConfig
public ApacheHttpComponentsExecutableHttpRequest(org.apache.hc.core5.http.nio.AsyncRequestProducer request,
org.apache.hc.client5.http.config.RequestConfig requestConfig)
public CompletableFuture<HttpResponse> callAsync()
callAsync in interface AsyncExecutableHttpRequestCopyright © 2022 Flowable. All rights reserved.