SSH Factory

Uses of Class
com.jscape.inet.ssh.Ssh

Packages that use Ssh
com.jscape.inet.ssh Contains classes for communicating with SSH (Secure Shell) servers. 
 

Uses of Ssh in com.jscape.inet.ssh
 

Methods in com.jscape.inet.ssh that return Ssh
 Ssh SshSession.getSsh()
          Gets underlying Ssh instance.
 

Methods in com.jscape.inet.ssh with parameters of type Ssh
 void SshSession.setSsh(Ssh ssh)
          Sets the underlying Ssh instance.
 

Constructors in com.jscape.inet.ssh with parameters of type Ssh
SshScript(Ssh ssh)
          Constructs a new SshScript instance.
SshScript(Ssh ssh, java.lang.String terminator)
          Constructs a new SshScript instance.
 


SSH Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved