Class AESocksProxyAddressImpl
java.lang.Object
com.biglybt.core.proxy.socks.impl.AESocksProxyAddressImpl
- All Implemented Interfaces:
AESocksProxyAddress
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InetAddressprotected final intprotected final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAESocksProxyAddressImpl(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:
getUnresolvedAddressin interfaceAESocksProxyAddress
-
getAddress
- Specified by:
getAddressin interfaceAESocksProxyAddress
-
getPort
public int getPort()- Specified by:
getPortin interfaceAESocksProxyAddress
-