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 ProxyProxy.create()Create from environment and system properties.static ProxyCreate a new proxy instance from configuration.static ProxyProxy.noProxy()A Proxy instance that does not proxy requests.ClientRequestBase.proxy()ConnectionKey.proxy()Returns the value of theproxyrecord 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 aConnectionKeyrecord class.