Class ApacheHttpComponents5FlowableHttpClient.ApacheHttpComponentsExecutableHttpRequest
java.lang.Object
org.flowable.http.common.impl.apache.client5.ApacheHttpComponents5FlowableHttpClient.ApacheHttpComponentsExecutableHttpRequest
- All Implemented Interfaces:
AsyncExecutableHttpRequest
,ExecutableHttpRequest
- Enclosing class:
- ApacheHttpComponents5FlowableHttpClient
protected class ApacheHttpComponents5FlowableHttpClient.ApacheHttpComponentsExecutableHttpRequest
extends Object
implements AsyncExecutableHttpRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.hc.core5.http.nio.AsyncRequestProducer
protected final org.apache.hc.client5.http.config.RequestConfig
-
Constructor Summary
ConstructorsConstructorDescriptionApacheHttpComponentsExecutableHttpRequest
(org.apache.hc.core5.http.nio.AsyncRequestProducer request, org.apache.hc.client5.http.config.RequestConfig requestConfig) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.http.common.api.client.AsyncExecutableHttpRequest
call
-
Field Details
-
request
protected final org.apache.hc.core5.http.nio.AsyncRequestProducer request -
requestConfig
protected final org.apache.hc.client5.http.config.RequestConfig requestConfig
-
-
Constructor Details
-
ApacheHttpComponentsExecutableHttpRequest
public ApacheHttpComponentsExecutableHttpRequest(org.apache.hc.core5.http.nio.AsyncRequestProducer request, org.apache.hc.client5.http.config.RequestConfig requestConfig)
-
-
Method Details
-
callAsync
- Specified by:
callAsync
in interfaceAsyncExecutableHttpRequest
-