Uses of Class
io.helidon.webclient.api.Proxy.Builder
-
Uses of Proxy.Builder in io.helidon.webclient.api
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.Proxy.Builder.forceHttpConnect
(boolean forceHttpConnect) Forces HTTP CONNECT with the proxy server.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.Modifier and TypeMethodDescriptionHttpConfigBase.BuilderBase.proxy
(Consumer<Proxy.Builder> consumer) Proxy configuration to be used for requests.