Class HAProxyConfig
java.lang.Object
com.linecorp.armeria.client.proxy.ProxyConfig
com.linecorp.armeria.client.proxy.HAProxyConfig
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
Returns the proxy address which isnull
only forProxyType.DIRECT
.Returns the proxy type.Represents the source address.toString()
-
Method Details
-
proxyType
Description copied from class:ProxyConfig
Returns the proxy type.- Specified by:
proxyType
in classProxyConfig
-
proxyAddress
Description copied from class:ProxyConfig
Returns the proxy address which isnull
only forProxyType.DIRECT
.- Specified by:
proxyAddress
in classProxyConfig
-
sourceAddress
Represents the source address. When this value isnull
, it will be inferred from either theServiceRequestContext
or the local connection address. -
equals
-
hashCode
public int hashCode() -
toString
-