Class JettyHttpClientFactory
- java.lang.Object
-
- io.fabric8.kubernetes.client.jetty.JettyHttpClientFactory
-
- All Implemented Interfaces:
io.fabric8.kubernetes.client.http.HttpClient.Factory
public class JettyHttpClientFactory extends Object implements io.fabric8.kubernetes.client.http.HttpClient.Factory
-
-
Constructor Summary
Constructors Constructor Description JettyHttpClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.kubernetes.client.http.HttpClientcreateHttpClient(io.fabric8.kubernetes.client.Config config)JettyHttpClientBuildernewBuilder()
-
-
-
Method Detail
-
createHttpClient
public io.fabric8.kubernetes.client.http.HttpClient createHttpClient(io.fabric8.kubernetes.client.Config config)
- Specified by:
createHttpClientin interfaceio.fabric8.kubernetes.client.http.HttpClient.Factory
-
newBuilder
public JettyHttpClientBuilder newBuilder()
- Specified by:
newBuilderin interfaceio.fabric8.kubernetes.client.http.HttpClient.Factory
-
-