Package io.quarkus.proxy.runtime.config
Interface ProxyConfig.NamedProxyConfig
- Enclosing interface:
ProxyConfig
public static interface ProxyConfig.NamedProxyConfig
-
Method Details
-
host
Proxy host. -
port
OptionalInt port()Proxy port -
credentialsProvider
ProxyConfig.ProxyCredentialProviderConfig credentialsProvider()The credential provider configuration for the proxy. A credential provider offers a way to retrieve the proxy password. Note that the credential provider is only used if the password is not set in the configuration. -
username
Proxy username.See also
credentials-provider -
password
Proxy passwordSee also
credentials-provider -
nonProxyHosts
Hostnames or IP addresses to exclude from proxying -
proxyConnectTimeout
Proxy connection timeout. -
type
The proxy type. Possible values are:HTTP(default),SOCKS4andSOCKS5.
-