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.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.Method parameters in io.helidon.webclient.api with type arguments of type Proxy.BuilderModifier and TypeMethodDescriptionHttpConfigBase.BuilderBase.proxy
(Consumer<Proxy.Builder> consumer) Proxy configuration to be used for requests.