Uses of Interface
io.fabric8.kubernetes.client.http.HttpClient
-
Packages that use HttpClient Package Description io.fabric8.kubernetes.client io.fabric8.kubernetes.client.extension io.fabric8.kubernetes.client.http io.fabric8.kubernetes.client.utils -
-
Uses of HttpClient in io.fabric8.kubernetes.client
Methods in io.fabric8.kubernetes.client that return HttpClient Modifier and Type Method Description HttpClient
Client. getHttpClient()
Constructors in io.fabric8.kubernetes.client with parameters of type HttpClient Constructor Description DefaultKubernetesClient(HttpClient httpClient, Config config)
Deprecated.DefaultKubernetesClient(HttpClient httpClient, Config config, KubernetesClientBuilder.ExecutorSupplier executorSupplier)
Deprecated. -
Uses of HttpClient in io.fabric8.kubernetes.client.extension
Methods in io.fabric8.kubernetes.client.extension that return HttpClient Modifier and Type Method Description HttpClient
ClientAdapter. getHttpClient()
-
Uses of HttpClient in io.fabric8.kubernetes.client.http
Classes in io.fabric8.kubernetes.client.http with type parameters of type HttpClient Modifier and Type Class Description class
StandardHttpClient<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>>
class
StandardHttpClientBuilder<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>>
Classes in io.fabric8.kubernetes.client.http that implement HttpClient Modifier and Type Class Description class
StandardHttpClient<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>>
Fields in io.fabric8.kubernetes.client.http declared as HttpClient Modifier and Type Field Description protected C
StandardHttpClientBuilder. client
Methods in io.fabric8.kubernetes.client.http that return HttpClient Modifier and Type Method Description HttpClient
HttpClient.Builder. build()
HttpClient
HttpClient.DerivedClientBuilder. build()
-
Uses of HttpClient in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils that return HttpClient Modifier and Type Method Description static HttpClient
HttpClientUtils. createHttpClient(Config config)
Deprecated.you should not need to call this method directly.
-