Methods in net.ssh.jsch with parameters of type Session |
void |
ProxySOCKS5.connect(Session session,
java.lang.String host,
int port)
|
void |
ProxyHTTP.connect(Session session,
java.lang.String host,
int port)
|
void |
Proxy.connect(Session session,
java.lang.String host,
int port)
|
void |
DHGEX.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C)
|
abstract void |
KeyExchange.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C)
|
void |
DHG1.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C)
|
void |
RequestSftp.request(Session session,
Channel channel)
|