Uses of Class
io.helidon.webclient.Proxy.Builder
-
Packages that use Proxy.Builder Package Description io.helidon.webclient A reactive client for rest calls. -
-
Uses of Proxy.Builder in io.helidon.webclient
Methods in io.helidon.webclient that return Proxy.Builder Modifier and Type Method Description Proxy.Builder
Proxy.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.Proxy.Builder
Proxy.Builder. config(Config config)
Configure a metric from configuration.Proxy.Builder
Proxy.Builder. host(String host)
Sets a new host value.Proxy.Builder
Proxy.Builder. password(char[] password)
Sets a new password for the proxy.Proxy.Builder
Proxy.Builder. port(int port)
Sets a port value.Proxy.Builder
Proxy.Builder. type(Proxy.ProxyType type)
Sets a new proxy type.Proxy.Builder
Proxy.Builder. username(String username)
Sets a new username for the proxy.Proxy.Builder
Proxy.Builder. useSystemSelector(boolean useIt)
Configure proxy from environment variables and system properties.
-