Uses of Class
com.jcraft.jsch.Session

Packages that use Session 
Package Description
com.jcraft.jsch  
  • Uses of Session in com.jcraft.jsch

    Fields in com.jcraft.jsch declared as Session 
    Modifier and Type Field Description
    protected Session KeyExchange.session  
    Methods in com.jcraft.jsch that return Session 
    Modifier and Type Method Description
    Session Channel.getSession()  
    Session JSch.getSession​(java.lang.String host)
    Instantiates the Session object with host.
    Session JSch.getSession​(java.lang.String username, java.lang.String host)
    Instantiates the Session object with username and host.
    Session JSch.getSession​(java.lang.String username, java.lang.String host, int port)
    Instantiates the Session object with given username, host and port.
    Methods in com.jcraft.jsch with parameters of type Session 
    Modifier and Type Method Description
    protected void JSch.addSession​(Session session)  
    protected static java.lang.String[] KeyExchange.guess​(Session session, byte[] I_S, byte[] I_C)  
    void DHECN.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 DHGN.init​(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)  
    void DHXEC.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)  
    protected boolean JSch.removeSession​(Session session)  
    void RequestSftp.request​(Session session, Channel channel)  
    void RequestSubsystem.request​(Session session, Channel channel)  
    void RequestSubsystem.request​(Session session, Channel channel, java.lang.String subsystem, boolean want_reply)  
    boolean UserAuth.start​(Session session)  
    boolean UserAuthGSSAPIWithMIC.start​(Session session)