public class DelegateExpressionHttpHandler extends Object implements HttpRequestHandler, HttpResponseHandler
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
protected List<FieldDeclaration> |
fieldDeclarations |
| Constructor and Description |
|---|
DelegateExpressionHttpHandler(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText()
returns the expression text for this execution listener.
|
void |
handleHttpRequest(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client) |
void |
handleHttpResponse(VariableContainer execution,
HttpResponse httpResponse) |
protected Expression expression
protected final List<FieldDeclaration> fieldDeclarations
public DelegateExpressionHttpHandler(Expression expression, List<FieldDeclaration> fieldDeclarations)
public void handleHttpRequest(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client)
handleHttpRequest in interface HttpRequestHandlerpublic void handleHttpResponse(VariableContainer execution, HttpResponse httpResponse)
handleHttpResponse in interface HttpResponseHandlerpublic String getExpressionText()
Copyright © 2020 Flowable. All rights reserved.