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).HttpConfigBase.BuilderBase.HttpConfigBaseImpl.proxy()
Methods in io.helidon.webclient.api that return types with arguments of type ProxyModifier and TypeMethodDescriptionHttpConfigBase.BuilderBase.proxy()
Proxy configuration to be used for requests.Methods in io.helidon.webclient.api with parameters of type ProxyModifier and TypeMethodDescriptionProxy configuration for this specific request.Proxy configuration to be used for requests.Method parameters in io.helidon.webclient.api with type arguments of type ProxyModifier and TypeMethodDescriptionProxy configuration to be used for requests.Constructors in io.helidon.webclient.api with parameters of type ProxyModifierConstructorDescriptionConnectionKey
(String scheme, String host, int port, Duration readTimeout, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Creates an instance of aConnectionKey
record class.