Uses of Class
io.helidon.webclient.api.Proxy
Packages that use Proxy
-
Uses of Proxy in io.helidon.webclient.api
Methods in io.helidon.webclient.api 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.ClientRequestBase.proxy()
ConnectionKey.proxy()
Returns the value of theproxy
record component.FullClientRequest.proxy()
Proxy configuration (may be no-proxy).Methods in io.helidon.webclient.api with parameters of type ProxyModifier and TypeMethodDescriptionProxy configuration for this specific request.Constructors in io.helidon.webclient.api with parameters of type ProxyModifierConstructorDescriptionConnectionKey
(String scheme, String host, int port, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Creates an instance of aConnectionKey
record class.