Package com.biglybt.core.proxy.socks
Interface AESocksProxyPlugableConnection
- All Known Implementing Classes:
AESocksProxyPlugableConnectionDefault
public interface AESocksProxyPlugableConnection
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
connect
(AESocksProxyAddress address) int
getName()
void
-
Method Details
-
getName
String getName() -
getLocalAddress
InetAddress getLocalAddress() -
getLocalPort
int getLocalPort() -
connect
- Throws:
IOException
-
relayData
- Throws:
IOException
-
close
- Throws:
IOException
-