Uses of Class
io.helidon.webclient.Proxy.Builder
-
Uses of Proxy.Builder in io.helidon.webclient
Modifier 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.Proxy.Builder.useSystemSelector
(boolean useIt) Configure proxy from environment variables and system properties.