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 FlowableHttpClientDefaultCmmnHttpActivityDelegate.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 TypeMethodDescriptionvoidClassDelegateHttpHandler.handleHttpRequest(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) voidDelegateExpressionHttpHandler.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 FlowableHttpClientDefaultBpmnHttpActivityDelegate.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 FlowableHttpClientHttpRequestHandlerInvocation.clientConstructors 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 TypeMethodDescriptionvoidClassDelegateHttpHandler.handleHttpRequest(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) voidDelegateExpressionHttpHandler.handleHttpRequest(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) voidScriptHttpHandler.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 TypeMethodDescriptionvoidHttpRequestHandler.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 FlowableHttpClientBaseHttpActivityDelegate.httpClientprotected FlowableHttpClientHttpClientConfig.httpClientMethods in org.flowable.http.common.impl that return FlowableHttpClientModifier and TypeMethodDescriptionprotected abstract FlowableHttpClientBaseHttpActivityDelegate.createHttpClient()HttpClientConfig.determineHttpClient()HttpClientConfig.getHttpClient()Methods in org.flowable.http.common.impl with parameters of type FlowableHttpClientModifier and TypeMethodDescriptionvoidHttpClientConfig.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