Class Socks4ProxyConfig
java.lang.Object
com.linecorp.armeria.client.proxy.ProxyConfig
com.linecorp.armeria.client.proxy.Socks4ProxyConfig
SOCKS4 proxy configuration.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
Returns the proxy address which isnull
only forProxyType.DIRECT
.Returns the proxy type.toString()
username()
Returns the configured username.
-
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. -
proxyType
Description copied from class:ProxyConfig
Returns the proxy type.- Specified by:
proxyType
in classProxyConfig
-
equals
-
hashCode
public int hashCode() -
toString
-