Package JSSHTerminal

Class JSchSession

java.lang.Object
JSSHTerminal.JSchSession

public class JSchSession extends Object
  • Method Details Link icon

    • getSession Link icon

      public static JSchSession getSession(String username, String password, String hostname, int port, com.jcraft.jsch.UserInfo userinfo, com.jcraft.jsch.Proxy proxy) throws com.jcraft.jsch.JSchException
      Throws:
      com.jcraft.jsch.JSchException
    • getSession Link icon

      public com.jcraft.jsch.Session getSession()
    • dispose Link icon

      public void dispose()
    • isAuthenticationFailure Link icon

      public static boolean isAuthenticationFailure(com.jcraft.jsch.JSchException ee)
    • setSessionFactory Link icon

      public static void setSessionFactory(JSchSession.SessionFactory sf)