Uses of Class
org.flowable.http.common.api.HttpResponse
Packages that use HttpResponse
Package
Description
-
Uses of HttpResponse 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 HttpResponseModifier and TypeMethodDescriptionvoid
ClassDelegateHttpHandler.handleHttpResponse
(VariableContainer execution, HttpResponse httpResponse) void
DelegateExpressionHttpHandler.handleHttpResponse
(VariableContainer execution, HttpResponse httpResponse) -
Uses of HttpResponse in org.flowable.engine.impl.bpmn.http.delegate
Fields in org.flowable.engine.impl.bpmn.http.delegate declared as HttpResponseModifier and TypeFieldDescriptionprotected final HttpResponse
HttpResponseHandlerInvocation.httpResponse
Constructors in org.flowable.engine.impl.bpmn.http.delegate with parameters of type HttpResponseModifierConstructorDescriptionHttpResponseHandlerInvocation
(HttpResponseHandler httpResponseHandlerInstance, VariableContainer delegateExecution, HttpResponse httpResponse) -
Uses of HttpResponse in org.flowable.engine.impl.bpmn.http.handler
Methods in org.flowable.engine.impl.bpmn.http.handler with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
ClassDelegateHttpHandler.handleHttpResponse
(VariableContainer execution, HttpResponse httpResponse) void
DelegateExpressionHttpHandler.handleHttpResponse
(VariableContainer execution, HttpResponse httpResponse) void
ScriptHttpHandler.handleHttpResponse
(VariableContainer execution, HttpResponse httpResponse) -
Uses of HttpResponse in org.flowable.http.common.api.client
Methods in org.flowable.http.common.api.client that return HttpResponseModifier and TypeMethodDescriptiondefault HttpResponse
AsyncExecutableHttpRequest.call()
ExecutableHttpRequest.call()
Methods in org.flowable.http.common.api.client that return types with arguments of type HttpResponse -
Uses of HttpResponse in org.flowable.http.common.api.delegate
Methods in org.flowable.http.common.api.delegate with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
HttpResponseHandler.handleHttpResponse
(VariableContainer execution, HttpResponse httpResponse) -
Uses of HttpResponse in org.flowable.http.common.impl
Fields in org.flowable.http.common.impl declared as HttpResponseModifier and TypeFieldDescriptionprotected HttpResponse
BaseHttpActivityDelegate.ExecutionData.response
Methods in org.flowable.http.common.impl that return HttpResponseMethods in org.flowable.http.common.impl with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected void
BaseHttpActivityDelegate.saveResponseFields
(VariableContainer variableContainer, BaseHttpActivityDelegate.RequestData request, HttpResponse response, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Constructors in org.flowable.http.common.impl with parameters of type HttpResponseModifierConstructorDescriptionExecutionData
(BaseHttpActivityDelegate.RequestData request, HttpResponse response) ExecutionData
(BaseHttpActivityDelegate.RequestData request, HttpResponse response, Throwable exception) -
Uses of HttpResponse in org.flowable.http.common.impl.apache
Methods in org.flowable.http.common.impl.apache that return HttpResponseModifier and TypeMethodDescriptionApacheHttpComponentsFlowableHttpClient.ApacheHttpComponentsExecutableHttpRequest.call()
protected HttpResponse
ApacheHttpComponentsFlowableHttpClient.toFlowableHttpResponse
(org.apache.http.client.methods.CloseableHttpResponse response) -
Uses of HttpResponse in org.flowable.http.common.impl.apache.client5
Methods in org.flowable.http.common.impl.apache.client5 that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponse
ApacheHttpComponents5FlowableHttpClient.toFlowableHttpResponse
(org.apache.hc.client5.http.async.methods.SimpleHttpResponse response) Methods in org.flowable.http.common.impl.apache.client5 that return types with arguments of type HttpResponseModifier and TypeMethodDescriptionApacheHttpComponents5FlowableHttpClient.ApacheHttpComponentsExecutableHttpRequest.callAsync()
-
Uses of HttpResponse in org.flowable.http.common.impl.spring.reactive
Methods in org.flowable.http.common.impl.spring.reactive that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponse
SpringWebClientFlowableHttpClient.toFlowableHttpResponse
(ResponseEntity<ByteArrayResource> response) Methods in org.flowable.http.common.impl.spring.reactive that return types with arguments of type HttpResponseModifier and TypeMethodDescriptionSpringWebClientFlowableHttpClient.WebClientExecutableHttpRequest.callAsync()