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 Modifier and Type Field Description protected org.apache.http.client.HttpClientclient-
Fields inherited from class org.camunda.connect.impl.AbstractRequestInvocation
currentIndex, interceptorChain, request, target
-
-
Constructor Summary
Constructors Constructor Description HttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target, ConnectorRequest<?> request, java.util.List<ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectinvokeTarget()-
Methods inherited from class org.camunda.connect.impl.AbstractRequestInvocation
getRequest, getTarget, proceed
-
-
-
-
Constructor Detail
-
HttpRequestInvocation
public HttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target, ConnectorRequest<?> request, java.util.List<ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client)
-
-
Method Detail
-
invokeTarget
public java.lang.Object invokeTarget() throws java.lang.Exception- Specified by:
invokeTargetin classAbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>- Throws:
java.lang.Exception
-
-