| Modifier and Type | Method and Description |
|---|---|
AsyncExecutableHttpRequest |
FlowableAsyncHttpClient.prepareRequest(HttpRequest request) |
ExecutableHttpRequest |
FlowableHttpClient.prepareRequest(HttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequestHandler.handleHttpRequest(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpRequest |
BaseHttpActivityDelegate.ExecutionData.request |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
BaseHttpActivityDelegate.createRequest(VariableContainer variableContainer,
String prefix) |
HttpRequest |
BaseHttpActivityDelegate.ExecutionData.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<BaseHttpActivityDelegate.ExecutionData> |
BaseHttpActivityDelegate.prepareAndExecuteRequest(HttpRequest request,
boolean parallelInSameTransaction,
AsyncTaskInvoker taskInvoker) |
protected void |
BaseHttpActivityDelegate.saveResponseFields(VariableContainer variableContainer,
HttpRequest request,
HttpResponse response,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
protected void |
BaseHttpActivityDelegate.validateRequest(HttpRequest request) |
| Constructor and Description |
|---|
ExecutionData(HttpRequest request,
HttpResponse response) |
ExecutionData(HttpRequest request,
HttpResponse response,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
ExecutableHttpRequest |
ApacheHttpComponentsFlowableHttpClient.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) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.reactive.function.client.WebClient |
SpringWebClientFlowableHttpClient.determineWebClient(HttpRequest requestInfo) |
AsyncExecutableHttpRequest |
SpringWebClientFlowableHttpClient.prepareRequest(HttpRequest requestInfo) |
protected void |
SpringWebClientFlowableHttpClient.setRequestEntity(HttpRequest requestInfo,
org.springframework.web.reactive.function.client.WebClient.RequestBodySpec requestBodySpec) |
Copyright © 2021 Flowable. All rights reserved.