public class KerberosHttpClient
extends org.apache.druid.java.util.http.client.AbstractHttpClient
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
KerberosHttpClient(org.apache.druid.java.util.http.client.HttpClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
<Intermediate,Final> |
go(org.apache.druid.java.util.http.client.Request request,
org.apache.druid.java.util.http.client.response.HttpResponseHandler<Intermediate,Final> httpResponseHandler,
org.joda.time.Duration duration) |
public KerberosHttpClient(org.apache.druid.java.util.http.client.HttpClient delegate)
public <Intermediate,Final> com.google.common.util.concurrent.ListenableFuture<Final> go(org.apache.druid.java.util.http.client.Request request,
org.apache.druid.java.util.http.client.response.HttpResponseHandler<Intermediate,Final> httpResponseHandler,
org.joda.time.Duration duration)
Copyright © 2022 The Apache Software Foundation. All rights reserved.