| Constructor and Description |
|---|
ProxySOCKS4(String proxy_host) |
ProxySOCKS4(String proxy_host,
int proxy_port) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public ProxySOCKS4(String proxy_host)
public ProxySOCKS4(String proxy_host, int proxy_port)
public void connect(SocketFactory socket_factory, String host, int port, int timeout) throws JSchException
connect in interface ProxyJSchExceptionpublic InputStream getInputStream()
getInputStream in interface Proxypublic OutputStream getOutputStream()
getOutputStream in interface Proxypublic static int getDefaultPort()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.