Uses of Class
net.sf.commons.ssh.Connection

Packages that use Connection
net.sf.commons.ssh   
net.sf.commons.ssh.ganymed   
net.sf.commons.ssh.j2ssh   
net.sf.commons.ssh.jsch   
net.sf.commons.ssh.sshd   
 

Uses of Connection in net.sf.commons.ssh
 

Methods in net.sf.commons.ssh that return Connection
 Connection ConnectionFactory.openConnection(java.lang.String host, AuthenticationOptions authOptions)
          Creates new SSH connection using the specified connection settings
abstract  Connection ConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
          Creates new SSH connection using the specified connection settings
 

Uses of Connection in net.sf.commons.ssh.ganymed
 

Methods in net.sf.commons.ssh.ganymed that return Connection
 Connection GanymedConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
           
 

Uses of Connection in net.sf.commons.ssh.j2ssh
 

Methods in net.sf.commons.ssh.j2ssh that return Connection
 Connection J2sshConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
           
 

Uses of Connection in net.sf.commons.ssh.jsch
 

Methods in net.sf.commons.ssh.jsch that return Connection
 Connection JschConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
           
 

Uses of Connection in net.sf.commons.ssh.sshd
 

Methods in net.sf.commons.ssh.sshd that return Connection
 Connection SshdConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
           
 



Copyright © 2009. All Rights Reserved.