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 TypeMethodDescriptionvoidClassDelegateHttpHandler.handleHttpRequest(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client) voidDelegateExpressionHttpHandler.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 HttpRequestHttpRequestHandlerInvocation.httpRequestConstructors 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 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 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 TypeMethodDescriptionvoidHttpRequestHandler.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 HttpRequestBaseHttpActivityDelegate.RequestData.httpRequestMethods in org.flowable.http.common.impl that return HttpRequestMethods in org.flowable.http.common.impl with parameters of type HttpRequestModifier and TypeMethodDescriptionvoidBaseHttpActivityDelegate.RequestData.setHttpRequest(HttpRequest httpRequest) protected voidBaseHttpActivityDelegate.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 voidApacheHttpComponentsFlowableHttpClient.setConfig(org.apache.http.client.methods.HttpRequestBase base, HttpRequest requestInfo) protected voidApacheHttpComponentsFlowableHttpClient.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.RequestConfigApacheHttpComponents5FlowableHttpClient.createRequestConfig(HttpRequest request) ApacheHttpComponents5FlowableHttpClient.prepareRequest(HttpRequest requestInfo) protected voidApacheHttpComponents5FlowableHttpClient.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 WebClientSpringWebClientFlowableHttpClient.determineWebClient(HttpRequest requestInfo) SpringWebClientFlowableHttpClient.prepareRequest(HttpRequest requestInfo) protected voidSpringWebClientFlowableHttpClient.setRequestEntity(HttpRequest requestInfo, WebClient.RequestBodySpec requestBodySpec)