555657585960616263
public Session getSession(String username, String host, int port) throws JSchException { if(host==null){ throw new JSchException("host must not be null."); } Session s = new ExtendedSession(this, username, host, port); return s; }