Uses of Class
org.flowable.http.common.api.HttpRequest
Packages that use HttpRequest
Package
Description
-
Uses of HttpRequest 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 HttpRequestModifier and TypeMethodDescriptionvoid
ClassDelegateHttpHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) void
DelegateExpressionHttpHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) -
Uses of HttpRequest in org.flowable.engine.impl.bpmn.http.delegate
Fields in org.flowable.engine.impl.bpmn.http.delegate declared as HttpRequestModifier and TypeFieldDescriptionprotected final HttpRequest
HttpRequestHandlerInvocation.httpRequest
Constructors in org.flowable.engine.impl.bpmn.http.delegate with parameters of type HttpRequestModifierConstructorDescriptionHttpRequestHandlerInvocation
(HttpRequestHandler httpRequestHandlerInstance, VariableContainer delegateExecution, HttpRequest httpRequest, FlowableHttpClient client) -
Uses of HttpRequest in org.flowable.engine.impl.bpmn.http.handler
Methods in org.flowable.engine.impl.bpmn.http.handler with parameters of type HttpRequestModifier 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 HttpRequest in org.flowable.http.common.api.client
Methods in org.flowable.http.common.api.client with parameters of type HttpRequestModifier and TypeMethodDescriptionFlowableAsyncHttpClient.prepareRequest
(HttpRequest request) FlowableHttpClient.prepareRequest
(HttpRequest request) -
Uses of HttpRequest in org.flowable.http.common.api.delegate
Methods in org.flowable.http.common.api.delegate with parameters of type HttpRequestModifier and TypeMethodDescriptionvoid
HttpRequestHandler.handleHttpRequest
(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) -
Uses of HttpRequest in org.flowable.http.common.impl
Fields in org.flowable.http.common.impl declared as HttpRequestModifier and TypeFieldDescriptionprotected HttpRequest
BaseHttpActivityDelegate.RequestData.httpRequest
Methods in org.flowable.http.common.impl that return HttpRequestMethods in org.flowable.http.common.impl with parameters of type HttpRequestModifier and TypeMethodDescriptionvoid
BaseHttpActivityDelegate.RequestData.setHttpRequest
(HttpRequest httpRequest) protected void
BaseHttpActivityDelegate.validateRequest
(HttpRequest request) -
Uses of HttpRequest in org.flowable.http.common.impl.apache
Methods in org.flowable.http.common.impl.apache with parameters of type HttpRequestModifier and TypeMethodDescriptionApacheHttpComponentsFlowableHttpClient.prepareRequest
(HttpRequest requestInfo) protected void
ApacheHttpComponentsFlowableHttpClient.setConfig
(org.apache.http.client.methods.HttpRequestBase base, HttpRequest requestInfo) protected void
ApacheHttpComponentsFlowableHttpClient.setRequestEntity
(HttpRequest requestInfo, org.apache.http.client.methods.HttpEntityEnclosingRequestBase requestBase) -
Uses of HttpRequest in org.flowable.http.common.impl.apache.client5
Methods in org.flowable.http.common.impl.apache.client5 with parameters of type HttpRequestModifier and TypeMethodDescriptionprotected org.apache.hc.client5.http.config.RequestConfig
ApacheHttpComponents5FlowableHttpClient.createRequestConfig
(HttpRequest request) ApacheHttpComponents5FlowableHttpClient.prepareRequest
(HttpRequest requestInfo) protected void
ApacheHttpComponents5FlowableHttpClient.setRequestEntity
(HttpRequest requestInfo, org.apache.hc.core5.http.nio.support.AsyncRequestBuilder requestBase) -
Uses of HttpRequest in org.flowable.http.common.impl.spring.reactive
Methods in org.flowable.http.common.impl.spring.reactive with parameters of type HttpRequestModifier and TypeMethodDescriptionprotected WebClient
SpringWebClientFlowableHttpClient.determineWebClient
(HttpRequest requestInfo) SpringWebClientFlowableHttpClient.prepareRequest
(HttpRequest requestInfo) protected void
SpringWebClientFlowableHttpClient.setRequestEntity
(HttpRequest requestInfo, WebClient.RequestBodySpec requestBodySpec)