Package com.biglybt.core.proxy.socks
Interface AESocksProxy
- All Known Implementing Classes:
AESocksProxyImpl
public interface AESocksProxy
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
int
int
getPort()
void
setAllowExternalConnections
(boolean permit) void
setNextSOCKSProxy
(String host, int port, String proxy_version) Set the next SOCKS proxy in a chain - i.e.
-
Field Details
-
PV_4
- See Also:
-
PV_4a
- See Also:
-
PV_5
- See Also:
-
-
Method Details
-
getPort
int getPort() -
getDefaultPlugableConnection
-
setNextSOCKSProxy
Set the next SOCKS proxy in a chain - i.e. this socks proxy's default plugable connection will connect onwards using this SOCKS proxy- Parameters:
host
-port
-
-
getNextSOCKSProxyHost
String getNextSOCKSProxyHost() -
getNextSOCKSProxyPort
int getNextSOCKSProxyPort() -
getNextSOCKSProxyVersion
String getNextSOCKSProxyVersion() -
setAllowExternalConnections
void setAllowExternalConnections(boolean permit) -
destroy
void destroy()
-