程序包 | 说明 |
---|---|
com.fr.ssh.jsch |
限定符和类型 | 方法和说明 |
---|---|
void |
ProxySOCKS5.connect(SocketFactory socket_factory,
java.lang.String host,
int port,
int timeout) |
void |
ProxySOCKS4.connect(SocketFactory socket_factory,
java.lang.String host,
int port,
int timeout) |
void |
ProxyHTTP.connect(SocketFactory socket_factory,
java.lang.String host,
int port,
int timeout) |
void |
Proxy.connect(SocketFactory socket_factory,
java.lang.String host,
int port,
int timeout) |
void |
Session.setPortForwardingR(int rport,
java.lang.String host,
int lport,
SocketFactory sf)
Registers the remote port forwarding for the loopback interface
of the remote.
|
void |
Session.setPortForwardingR(java.lang.String bind_address,
int rport,
java.lang.String host,
int lport,
SocketFactory sf)
Registers the remote port forwarding.
|
void |
Session.setSocketFactory(SocketFactory sfactory) |