Uses of Class
io.fabric8.kubernetes.client.http.HttpClient.ProxyType
-
Packages that use HttpClient.ProxyType Package Description io.fabric8.kubernetes.client.http -
-
Uses of HttpClient.ProxyType in io.fabric8.kubernetes.client.http
Fields in io.fabric8.kubernetes.client.http declared as HttpClient.ProxyType Modifier and Type Field Description protected HttpClient.ProxyTypeStandardHttpClientBuilder. proxyTypeMethods in io.fabric8.kubernetes.client.http that return HttpClient.ProxyType Modifier and Type Method Description static HttpClient.ProxyTypeHttpClient.ProxyType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpClient.ProxyType[]HttpClient.ProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fabric8.kubernetes.client.http with parameters of type HttpClient.ProxyType Modifier and Type Method Description HttpClient.BuilderHttpClient.Builder. proxyType(HttpClient.ProxyType type)TStandardHttpClientBuilder. proxyType(HttpClient.ProxyType type)
-