Uses of Interface
org.flowable.http.common.api.delegate.HttpResponseHandler
Packages that use HttpResponseHandler
Package
Description
-
Uses of HttpResponseHandler in org.flowable.cmmn.engine.impl.behavior.impl.http
Methods in org.flowable.cmmn.engine.impl.behavior.impl.http that return HttpResponseHandlerModifier and TypeMethodDescriptionprotected HttpResponseHandler
DefaultCmmnHttpActivityDelegate.createHttpResponseHandler
(FlowableHttpResponseHandler handler, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of HttpResponseHandler in org.flowable.cmmn.engine.impl.behavior.impl.http.handler
Classes in org.flowable.cmmn.engine.impl.behavior.impl.http.handler that implement HttpResponseHandlerModifier and TypeClassDescriptionclass
Helper class for HTTP handlers to allow class delegation.class
Methods in org.flowable.cmmn.engine.impl.behavior.impl.http.handler that return HttpResponseHandlerModifier and TypeMethodDescriptionprotected HttpResponseHandler
ClassDelegateHttpHandler.getHttpResponseHandlerInstance()
-
Uses of HttpResponseHandler in org.flowable.engine.impl.bpmn.http
Methods in org.flowable.engine.impl.bpmn.http that return HttpResponseHandlerModifier and TypeMethodDescriptionprotected HttpResponseHandler
DefaultBpmnHttpActivityDelegate.createHttpResponseHandler
(FlowableHttpResponseHandler handler, ProcessEngineConfigurationImpl processEngineConfiguration) -
Uses of HttpResponseHandler in org.flowable.engine.impl.bpmn.http.delegate
Fields in org.flowable.engine.impl.bpmn.http.delegate declared as HttpResponseHandlerModifier and TypeFieldDescriptionprotected final HttpResponseHandler
HttpResponseHandlerInvocation.httpResponseHandlerInstance
Constructors in org.flowable.engine.impl.bpmn.http.delegate with parameters of type HttpResponseHandlerModifierConstructorDescriptionHttpResponseHandlerInvocation
(HttpResponseHandler httpResponseHandlerInstance, VariableContainer delegateExecution, HttpResponse httpResponse) -
Uses of HttpResponseHandler in org.flowable.engine.impl.bpmn.http.handler
Classes in org.flowable.engine.impl.bpmn.http.handler that implement HttpResponseHandlerModifier and TypeClassDescriptionclass
Helper class for HTTP handlers to allow class delegation.class
class
Scripting capable implementation of HttpRequest and HttpResponse handler.Methods in org.flowable.engine.impl.bpmn.http.handler that return HttpResponseHandlerModifier and TypeMethodDescriptionprotected HttpResponseHandler
ClassDelegateHttpHandler.getHttpResponseHandlerInstance()