com.jcraft.jsch
public class ProxySOCKS4 extends Object implements Proxy
| Constructor Summary | |
|---|---|
| ProxySOCKS4(String proxy_host) | |
| ProxySOCKS4(String proxy_host, int proxy_port) | |
| Method Summary | |
|---|---|
| void | close() |
| void | connect(SocketFactory socket_factory, String host, int port, int timeout) |
| static int | getDefaultPort() |
| InputStream | getInputStream() |
| OutputStream | getOutputStream() |
| Socket | getSocket() |
| void | setUserPasswd(String user, String passwd) |