Class AESocksProxyAddressImpl
java.lang.Object
com.biglybt.core.proxy.socks.impl.AESocksProxyAddressImpl
- All Implemented Interfaces:
AESocksProxyAddress
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InetAddress
protected final int
protected final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AESocksProxyAddressImpl
(String _unresolved_address, InetAddress _address, int _port) -
Method Summary
-
Field Details
-
unresolved_address
-
address
-
port
protected final int port
-
-
Constructor Details
-
AESocksProxyAddressImpl
-
-
Method Details
-
getUnresolvedAddress
- Specified by:
getUnresolvedAddress
in interfaceAESocksProxyAddress
-
getAddress
- Specified by:
getAddress
in interfaceAESocksProxyAddress
-
getPort
public int getPort()- Specified by:
getPort
in interfaceAESocksProxyAddress
-