Class SpnegoHttpRequestsExecutor
java.lang.Object
io.trino.tempto.internal.hadoop.hdfs.SpnegoHttpRequestsExecutor
- All Implemented Interfaces:
HttpRequestsExecutor
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSpnegoHttpRequestsExecutor(org.apache.http.impl.client.CloseableHttpClient httpClient, KerberosAuthentication kerberosAuthentication, Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.client.methods.CloseableHttpResponseexecute(org.apache.http.client.methods.HttpUriRequest request)
-
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:
executein interfaceHttpRequestsExecutor
-