Package JSSHTerminal
Class JSchSession
java.lang.Object
JSSHTerminal.JSchSession
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()com.jcraft.jsch.Sessionstatic JSchSessiongetSession(String username, String password, String hostname, int port, com.jcraft.jsch.UserInfo userinfo, com.jcraft.jsch.Proxy proxy) static booleanisAuthenticationFailure(com.jcraft.jsch.JSchException ee) static void 
- 
Method Details
- 
getSession
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
public com.jcraft.jsch.Session getSession() - 
dispose
public void dispose() - 
isAuthenticationFailure
public static boolean isAuthenticationFailure(com.jcraft.jsch.JSchException ee)  - 
setSessionFactory
 
 -