Uses of Class
com.sshtools.j2ssh.ScpClient.ScpChannel

Packages that use ScpClient.ScpChannel
com.sshtools.j2ssh   
 

Uses of ScpClient.ScpChannel in com.sshtools.j2ssh
 

Fields in com.sshtools.j2ssh declared as ScpClient.ScpChannel
(package private)  ScpClient.ScpChannel ScpClient.ScpInputStream.channel
           
 

Constructors in com.sshtools.j2ssh with parameters of type ScpClient.ScpChannel
ScpClient.ScpInputStream(long length, java.io.InputStream in, ScpClient.ScpChannel channel)