Uses of Interface
org.apache.druid.java.util.http.client.HttpClient
-
Packages that use HttpClient Package Description org.apache.druid.java.util.http.client -
-
Uses of HttpClient in org.apache.druid.java.util.http.client
Classes in org.apache.druid.java.util.http.client that implement HttpClient Modifier and Type Class Description classAbstractHttpClientclassCredentialedHttpClientclassNettyHttpClientImplementation ofHttpClientbuilt using Netty.Methods in org.apache.druid.java.util.http.client that return HttpClient Modifier and Type Method Description static HttpClientHttpClientInit. createClient(HttpClientConfig config, Lifecycle lifecycle)Constructors in org.apache.druid.java.util.http.client with parameters of type HttpClient Constructor Description CredentialedHttpClient(Credentials creds, HttpClient delegate)
-