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:
org.camunda.connect.spi.ConnectorInvocation

public class HttpRequestInvocation extends org.camunda.connect.impl.AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.http.client.HttpClient
     

    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, org.camunda.connect.spi.ConnectorRequest<?> request, List<org.camunda.connect.spi.ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.camunda.connect.impl.AbstractRequestInvocation

    getRequest, getTarget, proceed

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • client

      protected org.apache.http.client.HttpClient client
  • Constructor Details

    • HttpRequestInvocation

      public HttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target, org.camunda.connect.spi.ConnectorRequest<?> request, List<org.camunda.connect.spi.ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client)
  • Method Details

    • invokeTarget

      public Object invokeTarget() throws Exception
      Specified by:
      invokeTarget in class org.camunda.connect.impl.AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
      Throws:
      Exception