Class VertxHttpClientFactory
- java.lang.Object
-
- io.fabric8.kubernetes.client.vertx.VertxHttpClientFactory
-
- All Implemented Interfaces:
HttpClient.Factory
public class VertxHttpClientFactory extends Object implements HttpClient.Factory
-
-
Constructor Summary
Constructors Constructor Description VertxHttpClientFactory()VertxHttpClientFactory(io.vertx.core.Vertx vertx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadditionalConfig(io.vertx.ext.web.client.WebClientOptions options)Additional configuration to be applied to the options after theConfighas been processed.VertxHttpClientBuilder<VertxHttpClientFactory>newBuilder()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.http.HttpClient.Factory
newBuilder, priority
-
-
-
-
Method Detail
-
newBuilder
public VertxHttpClientBuilder<VertxHttpClientFactory> newBuilder()
- Specified by:
newBuilderin interfaceHttpClient.Factory
-
additionalConfig
protected void additionalConfig(io.vertx.ext.web.client.WebClientOptions options)
Additional configuration to be applied to the options after theConfighas been processed.
-
-