Uses of Class
io.helidon.webclient.Proxy
Packages that use Proxy
-
Uses of Proxy in io.helidon.webclient
Methods in io.helidon.webclient that return ProxyModifier and TypeMethodDescriptionProxy.Builder.build()
static Proxy
Proxy.create()
Create from environment and system properties.static Proxy
Create a new proxy instance from configuration.static Proxy
Proxy.noProxy()
A Proxy instance that does not proxy requests.WebClientRequestBuilder.ClientRequest.proxy()
Proxy used by current request.Methods in io.helidon.webclient with parameters of type ProxyModifier and TypeMethodDescriptionSets new proxy which will used for the requests.Override client proxy configuration.