| Methods in net.ssh.jsch with parameters of type Session | 
|  void | Proxy.connect(Session session,
        java.lang.String host,
        int port)
 | 
|  void | ProxySOCKS5.connect(Session session,
        java.lang.String host,
        int port)
 | 
|  void | ProxyHTTP.connect(Session session,
        java.lang.String host,
        int port)
 | 
| abstract  void | KeyExchange.init(Session session,
     byte[] V_S,
     byte[] V_C,
     byte[] I_S,
     byte[] I_C)
 | 
|  void | DHGEX.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)
 |