Uses of Class
io.vertx.core.http.ClientResolverConfig
Packages that use ClientResolverConfig
-
Uses of ClientResolverConfig in io.vertx.core.http
Methods in io.vertx.core.http that return ClientResolverConfigModifier and TypeMethodDescriptionHttpClientConfig.getResolverConfig()ClientResolverConfig.setKeepAliveTimeout(Duration amount) Set theamountof time after which an unused entry is evicted.ClientResolverConfig.setMaxKeepAlive(Duration amount) Set the maximumamountof time after which an entry is evicted.Methods in io.vertx.core.http with parameters of type ClientResolverConfigModifier and TypeMethodDescriptionHttpClientConfig.setResolverConfig(ClientResolverConfig resolverConfig) Set the client resolver config, set to {code null} to use the default config.Constructors in io.vertx.core.http with parameters of type ClientResolverConfig