Class ConnectProxyConfig
java.lang.Object
com.linecorp.armeria.client.proxy.ProxyConfig
com.linecorp.armeria.client.proxy.ConnectProxyConfig
public final class ConnectProxyConfig extends ProxyConfig
CONNECT proxy configuration.
-
Method Summary
Modifier and Type Method Description String
password()
Returns the configured password.InetSocketAddress
proxyAddress()
Returns the configured proxy address.ProxyType
proxyType()
Returns the proxy type.String
toString()
String
username()
Returns the configured username.boolean
useTls()
Returns whether ssl is enabled.
-
Method Details
-
proxyAddress
Returns the configured proxy address. -
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
-
toString
-