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 TypeMethodDescriptionvoidClassDelegateHttpHandler.handleHttpResponse(VariableContainer execution, HttpResponse httpResponse) voidDelegateExpressionHttpHandler.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 HttpResponseHttpResponseHandlerInvocation.httpResponseConstructors 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 TypeMethodDescriptionvoidClassDelegateHttpHandler.handleHttpResponse(VariableContainer execution, HttpResponse httpResponse) voidDelegateExpressionHttpHandler.handleHttpResponse(VariableContainer execution, HttpResponse httpResponse) voidScriptHttpHandler.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 HttpResponseAsyncExecutableHttpRequest.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 TypeMethodDescriptionvoidHttpResponseHandler.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 HttpResponseBaseHttpActivityDelegate.ExecutionData.responseMethods in org.flowable.http.common.impl that return HttpResponseMethods in org.flowable.http.common.impl with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected voidBaseHttpActivityDelegate.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 HttpResponseApacheHttpComponentsFlowableHttpClient.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 HttpResponseApacheHttpComponents5FlowableHttpClient.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 HttpResponseSpringWebClientFlowableHttpClient.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()