Uses of Class
io.helidon.webclient.api.Proxy.Builder
Packages that use Proxy.Builder
-
Uses of Proxy.Builder in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return Proxy.BuilderModifier and TypeMethodDescriptionProxy.Builder.addNoProxy
(String noProxyHost) Configure a host pattern that is not going through a proxy.static Proxy.Builder
Proxy.builder()
Fluent API builder for new instances.Configure a metric from configuration.Sets a new host value.Proxy.Builder.password
(char[] password) Sets a new password for the proxy.Proxy.Builder.port
(int port) Sets a port value.Proxy.Builder.type
(Proxy.ProxyType type) Sets a new proxy type.Sets a new username for the proxy.