| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
ExecutableHttpRequest.call() |
default HttpResponse |
AsyncExecutableHttpRequest.call() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse> |
AsyncExecutableHttpRequest.callAsync() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponseHandler.handleHttpResponse(VariableContainer execution,
HttpResponse httpResponse) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpResponse |
BaseHttpActivityDelegate.ExecutionData.response |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
BaseHttpActivityDelegate.ExecutionData.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseHttpActivityDelegate.saveResponseFields(VariableContainer variableContainer,
HttpRequest request,
HttpResponse response,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Constructor and Description |
|---|
ExecutionData(HttpRequest request,
HttpResponse response) |
ExecutionData(HttpRequest request,
HttpResponse response,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
ApacheHttpComponentsFlowableHttpClient.ApacheHttpComponentsExecutableHttpRequest.call() |
protected HttpResponse |
ApacheHttpComponentsFlowableHttpClient.toFlowableHttpResponse(org.apache.http.client.methods.CloseableHttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpResponse |
SpringWebClientFlowableHttpClient.toFlowableHttpResponse(org.springframework.http.ResponseEntity<org.springframework.core.io.ByteArrayResource> response) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse> |
SpringWebClientFlowableHttpClient.WebClientExecutableHttpRequest.callAsync() |
Copyright © 2021 Flowable. All rights reserved.