| Modifier and Type | Method and Description |
|---|---|
void |
ClassDelegateHttpHandler.handleHttpResponse(VariableContainer execution,
HttpResponse httpResponse) |
void |
DelegateExpressionHttpHandler.handleHttpResponse(VariableContainer execution,
HttpResponse httpResponse) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpResponse |
HttpResponseHandlerInvocation.httpResponse |
| Constructor and Description |
|---|
HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance,
VariableContainer delegateExecution,
HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDelegateHttpHandler.handleHttpResponse(VariableContainer execution,
HttpResponse httpResponse) |
void |
DelegateExpressionHttpHandler.handleHttpResponse(VariableContainer execution,
HttpResponse httpResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpResponse
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected HttpResponse |
HttpResponse.delegate
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpResponse |
HttpResponse.fromApiHttpResponse(HttpResponse response)
Deprecated.
|
| Constructor and Description |
|---|
HttpResponse(HttpResponse delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default HttpResponse |
AsyncExecutableHttpRequest.call() |
HttpResponse |
ExecutableHttpRequest.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() |
| Modifier and Type | Method and Description |
|---|---|
default void |
HttpResponseHandler.handleHttpResponse(VariableContainer execution,
HttpResponse httpResponse)
Deprecated.
|
Copyright © 2023 Flowable. All rights reserved.