Uses of Interface
org.flowable.http.common.api.client.FlowableHttpClient
Packages that use FlowableHttpClient
Package
Description
-
Uses of FlowableHttpClient in org.flowable.cmmn.engine.impl.behavior.impl.http
Methods in org.flowable.cmmn.engine.impl.behavior.impl.http that return FlowableHttpClientModifier and TypeMethodDescriptionprotected FlowableHttpClient
DefaultCmmnHttpActivityDelegate.createHttpClient()
Constructors in org.flowable.cmmn.engine.impl.behavior.impl.http with parameters of type FlowableHttpClient -
Uses of FlowableHttpClient in org.flowable.cmmn.engine.impl.behavior.impl.http.handler
Methods in org.flowable.cmmn.engine.impl.behavior.impl.http.handler with parameters of type FlowableHttpClientModifier and TypeMethodDescriptionvoid
ClassDelegateHttpHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) void
DelegateExpressionHttpHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) -
Uses of FlowableHttpClient in org.flowable.engine.impl.bpmn.http
Methods in org.flowable.engine.impl.bpmn.http that return FlowableHttpClientModifier and TypeMethodDescriptionprotected FlowableHttpClient
DefaultBpmnHttpActivityDelegate.createHttpClient()
Constructors in org.flowable.engine.impl.bpmn.http with parameters of type FlowableHttpClient -
Uses of FlowableHttpClient in org.flowable.engine.impl.bpmn.http.delegate
Fields in org.flowable.engine.impl.bpmn.http.delegate declared as FlowableHttpClientModifier and TypeFieldDescriptionprotected final FlowableHttpClient
HttpRequestHandlerInvocation.client
Constructors in org.flowable.engine.impl.bpmn.http.delegate with parameters of type FlowableHttpClientModifierConstructorDescriptionHttpRequestHandlerInvocation
(HttpRequestHandler httpRequestHandlerInstance, VariableContainer delegateExecution, HttpRequest httpRequest, FlowableHttpClient client) -
Uses of FlowableHttpClient in org.flowable.engine.impl.bpmn.http.handler
Methods in org.flowable.engine.impl.bpmn.http.handler with parameters of type FlowableHttpClientModifier and TypeMethodDescriptionvoid
ClassDelegateHttpHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) void
DelegateExpressionHttpHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) void
ScriptHttpHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) -
Uses of FlowableHttpClient in org.flowable.http.common.api.client
Subinterfaces of FlowableHttpClient in org.flowable.http.common.api.client -
Uses of FlowableHttpClient in org.flowable.http.common.api.delegate
Methods in org.flowable.http.common.api.delegate with parameters of type FlowableHttpClientModifier and TypeMethodDescriptionvoid
HttpRequestHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) -
Uses of FlowableHttpClient in org.flowable.http.common.impl
Fields in org.flowable.http.common.impl declared as FlowableHttpClientModifier and TypeFieldDescriptionprotected FlowableHttpClient
BaseHttpActivityDelegate.httpClient
protected FlowableHttpClient
HttpClientConfig.httpClient
Methods in org.flowable.http.common.impl that return FlowableHttpClientModifier and TypeMethodDescriptionprotected abstract FlowableHttpClient
BaseHttpActivityDelegate.createHttpClient()
HttpClientConfig.determineHttpClient()
HttpClientConfig.getHttpClient()
Methods in org.flowable.http.common.impl with parameters of type FlowableHttpClientModifier and TypeMethodDescriptionvoid
HttpClientConfig.setHttpClient
(FlowableHttpClient httpClient) Constructors in org.flowable.http.common.impl with parameters of type FlowableHttpClient -
Uses of FlowableHttpClient in org.flowable.http.common.impl.apache
Classes in org.flowable.http.common.impl.apache that implement FlowableHttpClient -
Uses of FlowableHttpClient in org.flowable.http.common.impl.apache.client5
Classes in org.flowable.http.common.impl.apache.client5 that implement FlowableHttpClient -
Uses of FlowableHttpClient in org.flowable.http.common.impl.spring.reactive
Classes in org.flowable.http.common.impl.spring.reactive that implement FlowableHttpClient