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 Summary
Fields inherited from class org.camunda.connect.impl.AbstractRequestInvocation
currentIndex, interceptorChain, request, target
-
Constructor Summary
ConstructorDescriptionHttpRequestInvocation
(org.apache.http.client.methods.HttpRequestBase target, ConnectorRequest<?> request, List<ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client) -
Method Summary
Methods inherited from class org.camunda.connect.impl.AbstractRequestInvocation
getRequest, getTarget, proceed
-
Field Details
-
client
protected org.apache.http.client.HttpClient client
-
-
Constructor Details
-
HttpRequestInvocation
public HttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target, ConnectorRequest<?> request, List<ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client)
-
-
Method Details
-
invokeTarget
- Specified by:
invokeTarget
in classAbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
- Throws:
Exception
-