Class ConnectProxyConfig
java.lang.Object
com.linecorp.armeria.client.proxy.ProxyConfig
com.linecorp.armeria.client.proxy.ConnectProxyConfig
CONNECT proxy configuration.
-
Method Summary
-
Method Details
-
proxyAddress
Description copied from class:ProxyConfig
Returns the proxy address which isnull
only forProxyType.DIRECT
.- Specified by:
proxyAddress
in classProxyConfig
-
username
Returns the configured username. -
password
Returns the configured password. -
useTls
public boolean useTls()Returns whether ssl is enabled. -
proxyType
Description copied from class:ProxyConfig
Returns the proxy type.- Specified by:
proxyType
in classProxyConfig
-
equals
-
hashCode
public int hashCode() -
toString
-