Class HttpRequestInvocation

java.lang.Object
org.camunda.connect.impl.AbstractRequestInvocation<org.apache.hc.core5.http.message.BasicClassicHttpRequest>
org.camunda.connect.httpclient.impl.HttpRequestInvocation
All Implemented Interfaces:
ConnectorInvocation

public class HttpRequestInvocation extends AbstractRequestInvocation<org.apache.hc.core5.http.message.BasicClassicHttpRequest>
  • Field Details

    • client

      protected org.apache.hc.client5.http.classic.HttpClient client
  • Constructor Details

    • HttpRequestInvocation

      public HttpRequestInvocation(org.apache.hc.core5.http.message.BasicClassicHttpRequest target, ConnectorRequest<?> request, List<ConnectorRequestInterceptor> interceptorChain, org.apache.hc.client5.http.classic.HttpClient client)
  • Method Details