Class HttpRequestInvocation
java.lang.Object
org.camunda.connect.impl.AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
org.camunda.connect.httpclient.impl.HttpRequestInvocation
- All Implemented Interfaces:
- ConnectorInvocation
public class HttpRequestInvocation
extends AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
- 
Field SummaryFieldsFields inherited from class org.camunda.connect.impl.AbstractRequestInvocationcurrentIndex, interceptorChain, request, target
- 
Constructor SummaryConstructorsConstructorDescriptionHttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target, ConnectorRequest<?> request, List<ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client) 
- 
Method SummaryMethods inherited from class org.camunda.connect.impl.AbstractRequestInvocationgetRequest, getTarget, proceed
- 
Field Details- 
clientprotected org.apache.http.client.HttpClient client
 
- 
- 
Constructor Details- 
HttpRequestInvocationpublic HttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target, ConnectorRequest<?> request, List<ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client) 
 
- 
- 
Method Details- 
invokeTarget- Specified by:
- invokeTargetin class- AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
- Throws:
- Exception
 
 
-