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.BuilderProxy.Builder. addNoProxy(String noProxyHost)Configure a host pattern that is not going through a proxy.static Proxy.BuilderProxy. builder()Fluent API builder for new instances.Proxy.BuilderProxy.Builder. config(Config config)Configure a metric from configuration.Proxy.BuilderProxy.Builder. host(String host)Sets a new host value.Proxy.BuilderProxy.Builder. password(char[] password)Sets a new password for the proxy.Proxy.BuilderProxy.Builder. port(int port)Sets a port value.Proxy.BuilderProxy.Builder. type(Proxy.ProxyType type)Sets a new proxy type.Proxy.BuilderProxy.Builder. username(String username)Sets a new username for the proxy.Proxy.BuilderProxy.Builder. useSystemSelector(boolean useIt)Configure proxy from environment variables and system properties.
-