| Modifier and Type | Method and Description |
|---|---|
void |
HttpActivityExecutor.execute(HttpRequest request,
org.flowable.common.engine.api.variable.VariableContainer variableContainer,
String executionId,
HttpRequestHandler flowableHttpRequestHandler,
HttpResponseHandler flowableHttpResponseHandler,
String responseVariableName,
List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions,
int socketTimeout,
int connectTimeout,
int connectionRequestTimeout) |
HttpResponse |
HttpActivityExecutor.perform(org.apache.http.impl.client.CloseableHttpClient client,
org.flowable.common.engine.api.variable.VariableContainer execution,
HttpRequest requestInfo,
HttpRequestHandler httpRequestHandler,
HttpResponseHandler httpResponseHandler,
int socketTimeout,
int connectTimeout,
int connectionRequestTimeout) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpResponseHandler |
HttpActivityBehaviorImpl.createHttpResponseHandler(org.flowable.bpmn.model.FlowableHttpResponseHandler handler,
ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpResponseHandler |
HttpResponseHandlerInvocation.httpResponseHandlerInstance |
| Constructor and Description |
|---|
HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance,
org.flowable.common.engine.api.variable.VariableContainer delegateExecution,
HttpResponse httpResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDelegateHttpHandler
Helper class for HTTP handlers to allow class delegation.
|
class |
DelegateExpressionHttpHandler |
| Modifier and Type | Method and Description |
|---|---|
protected HttpResponseHandler |
ClassDelegateHttpHandler.getHttpResponseHandlerInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpResponseHandler |
CmmnHttpActivityBehaviorImpl.createHttpResponseHandler(org.flowable.cmmn.model.FlowableHttpResponseHandler handler,
CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpResponseHandler |
ClassDelegateHttpHandler.getHttpResponseHandlerInstance() |
Copyright © 2019 Flowable. All rights reserved.