Package JSSHTerminal

Interface JSchSession.SessionFactory

Enclosing class:
JSchSession

public static interface JSchSession.SessionFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    com.jcraft.jsch.Session
    getSession(String username, String hostname, int port)
     
  • Method Details

    • getSession

      com.jcraft.jsch.Session getSession(String username, String hostname, int port) throws com.jcraft.jsch.JSchException
      Throws:
      com.jcraft.jsch.JSchException