Package com.biglybt.core.proxy.socks
Interface AESocksProxyPlugableConnection
-
- All Known Implementing Classes:
AESocksProxyPlugableConnectionDefault
public interface AESocksProxyPlugableConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
connect(AESocksProxyAddress address)
java.net.InetAddress
getLocalAddress()
int
getLocalPort()
java.lang.String
getName()
void
relayData()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getLocalAddress
java.net.InetAddress getLocalAddress()
-
getLocalPort
int getLocalPort()
-
connect
void connect(AESocksProxyAddress address) throws java.io.IOException
- Throws:
java.io.IOException
-
relayData
void relayData() throws java.io.IOException
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException
- Throws:
java.io.IOException
-
-