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()
ConfiguredProxy
.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 TypeMethodDescriptionstatic ConnectionKey
ConnectionKey.create
(String scheme, String host, int port, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Create new instance of theConnectionKey
.Proxy 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) Deprecated, for removal: This API element is subject to removal in a future version.readTimeout is deprecated to be part of the connection key.