| Constructor and Description |
|---|
SocksProxy(String proxyHost,
int proxyPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(Socket socket,
String host,
int port) |
SocksProxy |
withAuth(String user,
String password) |
public SocksProxy(String proxyHost, int proxyPort)
public SocksProxy withAuth(String user, String password)
public void connect(Socket socket, String host, int port) throws IOException
connect in interface ProxyIOExceptionCopyright © 2019. All rights reserved.