Class SpnegoHttpRequestsExecutor

java.lang.Object
io.trino.tempto.internal.hadoop.hdfs.SpnegoHttpRequestsExecutor
All Implemented Interfaces:
HttpRequestsExecutor

public class SpnegoHttpRequestsExecutor extends Object implements HttpRequestsExecutor
  • Constructor Details

    • SpnegoHttpRequestsExecutor

      @Inject public SpnegoHttpRequestsExecutor(org.apache.http.impl.client.CloseableHttpClient httpClient, KerberosAuthentication kerberosAuthentication, Configuration configuration)
  • Method Details

    • execute

      public org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.client.methods.HttpUriRequest request)
      Specified by:
      execute in interface HttpRequestsExecutor