Uses of Class
com.sshtools.j2ssh.SshClient

Packages that use SshClient
com.sshtools.common.ui   
com.sshtools.j2ssh   
com.sshtools.j2ssh.agent   
edu.harvard.mgh.purcell.gCLINE.data   
edu.harvard.mgh.purcell.gCLINE.general   
edu.harvard.mgh.purcell.gCLINE.tester   
 

Uses of SshClient in com.sshtools.common.ui
 

Fields in com.sshtools.common.ui declared as SshClient
protected  SshClient SshToolsApplicationClientPanel.ssh
           
private  SshClient SessionProviderInternalFrame.ssh
           
private  SshClient SessionProviderFrame.ssh
           
 

Methods in com.sshtools.common.ui with parameters of type SshClient
 void SshToolsApplicationClientPanel.connect(SshClient ssh, SshToolsConnectionProfile profile)
           
 

Constructors in com.sshtools.common.ui with parameters of type SshClient
SessionProviderFrame(SshToolsConnectionProfile profile, SshClient ssh, SessionProvider provider)
          Construct a new Session Provider frame.
SessionProviderInternalFrame(SshToolsConnectionProfile profile, SshClient ssh, SessionProvider provider)
          Construct a new Session Provider frame.
 

Uses of SshClient in com.sshtools.j2ssh
 

Fields in com.sshtools.j2ssh declared as SshClient
private  SshClient ScpClient.ssh
           
 

Constructors in com.sshtools.j2ssh with parameters of type SshClient
ScpClient(java.io.File cwd, SshClient ssh, boolean verbose, ChannelEventListener eventListener)
           Creates an SCP client.
ScpClient(SshClient ssh, boolean verbose, ChannelEventListener eventListener)
           Creates an SCP client.
SftpClient(SshClient ssh)
           Constructs the SFTP client.
SftpClient(SshClient ssh, ChannelEventListener eventListener)
           Constructs the SFTP client with a given channel event listener.
 

Uses of SshClient in com.sshtools.j2ssh.agent
 

Methods in com.sshtools.j2ssh.agent with parameters of type SshClient
 boolean AgentAuthenticationClient.hasAcceptableKey(SshClient ssh)
           
 

Uses of SshClient in edu.harvard.mgh.purcell.gCLINE.data
 

Fields in edu.harvard.mgh.purcell.gCLINE.data declared as SshClient
private  SshClient RunCommand.conn
           
private  SshClient Record.conn
          A String that holds the ssh connection.
 

Methods in edu.harvard.mgh.purcell.gCLINE.data that return SshClient
static SshClient Record.connect(ErrorManager em, javax.swing.JFrame frame, java.lang.String host, java.lang.String user, int port)
          Connect the ssh client.
 SshClient Record.getConn()
          get the connection to the remote directory
 

Methods in edu.harvard.mgh.purcell.gCLINE.data with parameters of type SshClient
 void Record.setConnData(SshClient c, java.lang.String host, java.lang.String port, java.lang.String user)
          Set the connection data
 

Constructors in edu.harvard.mgh.purcell.gCLINE.data with parameters of type SshClient
Record(StartFrame f, java.lang.String localName, java.lang.String remoteFileName, java.lang.String hostname, java.lang.String username, java.lang.String portnum, SshClient c)
          Create a Record.
RunCommand(java.lang.String cmd, SshClient c)
           
 

Uses of SshClient in edu.harvard.mgh.purcell.gCLINE.general
 

Fields in edu.harvard.mgh.purcell.gCLINE.general declared as SshClient
private  SshClient GCFileChooser.conn
           
 

Constructors in edu.harvard.mgh.purcell.gCLINE.general with parameters of type SshClient
GCFileChooser(javax.swing.JDialog p, javax.swing.filechooser.FileFilter f, boolean pickLocal, boolean pickDirectory, SshClient c, java.lang.String startDir)
          Create an instance of our custom file chooser.
GCFileChooser(javax.swing.JFrame p, javax.swing.filechooser.FileFilter f, boolean pickLocal, boolean pickDirectory, SshClient c, java.lang.String startDir)
          Create an instance of our custom file chooser.
 

Uses of SshClient in edu.harvard.mgh.purcell.gCLINE.tester
 

Fields in edu.harvard.mgh.purcell.gCLINE.tester declared as SshClient
private  SshClient Open.conn
           
 

Constructors in edu.harvard.mgh.purcell.gCLINE.tester with parameters of type SshClient
TestFrame.myProject(TestFrame parent, java.lang.String text, java.lang.String text2, java.lang.String text3, java.lang.String text4, java.lang.String text5, SshClient conn)