Package com.biglybt.core.proxy.socks
Interface AESocksProxyConnection
- All Known Implementing Classes:
AESocksProxyConnectionImpl
public interface AESocksProxyConnection
-
Method Details
-
getProxy
AESocksProxy getProxy() -
getConnection
AEProxyConnection getConnection() -
getUsername
String getUsername() -
getPassword
String getPassword() -
disableDNSLookups
void disableDNSLookups() -
enableDNSLookups
void enableDNSLookups() -
areDNSLookupsEnabled
boolean areDNSLookupsEnabled() -
connected
- Throws:
IOException
-
isClosed
boolean isClosed() -
close
- Throws:
IOException
-
setDelegate
-