Class ConnectProxyConfig
java.lang.Object
com.linecorp.armeria.client.proxy.ProxyConfig
com.linecorp.armeria.client.proxy.ConnectProxyConfig
CONNECT proxy configuration.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
headers()
Returns the configuredHttpHeaders
.password()
Returns the configured password.Returns the proxy address which isnull
only forProxyType.DIRECT
.Returns the proxy type.toString()
username()
Returns the configured username.boolean
useTls()
Returns whether ssl is enabled.
-
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. -
headers
Returns the configuredHttpHeaders
. -
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
-