Uses of Class
com.jcraft.jsch.Session

Packages that use Session
com.jcraft.jsch   
 

Uses of Session in com.jcraft.jsch
 

Fields in com.jcraft.jsch declared as Session
protected  Session KeyExchange.session
           
 

Methods in com.jcraft.jsch that return Session
 Session Channel.getSession()
           
 Session JSch.getSession(String host)
          Instantiates the Session object with host.
 Session JSch.getSession(String username, String host)
          Instantiates the Session object with username and host.
 Session JSch.getSession(String username, String host, int port)
          Instantiates the Session object with given username, host and port.
 

Methods in com.jcraft.jsch with parameters of type Session
protected  void JSch.addSession(Session session)
           
 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 DHGEX256.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 DHG14.init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)
           
protected  boolean JSch.removeSession(Session session)
           
 void RequestSubsystem.request(Session session, Channel channel)
           
 void RequestSftp.request(Session session, Channel channel)
           
 void RequestSubsystem.request(Session session, Channel channel, String subsystem, boolean want_reply)
           
 boolean UserAuth.start(Session session)
           
 boolean UserAuthGSSAPIWithMIC.start(Session session)
           
 



Copyright © 2014 JCraft,Inc.. All Rights Reserved.