Uses of Class
io.helidon.webclient.api.Proxy.Builder
Packages that use Proxy.Builder
-
Uses of Proxy.Builder in io.helidon.webclient.api
Classes in io.helidon.webclient.api that implement interfaces with type arguments of type Proxy.BuilderMethods in io.helidon.webclient.api that return Proxy.BuilderModifier and TypeMethodDescriptionProxy.Builder.addNoProxy(String noProxyHost) Configure a host or IP pattern that is not going through a proxy; IP patterns resolve host-name targets locally and bind direct routes to the matching address.static Proxy.BuilderProxy.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.