Uses of Class
com.maverick.ssh.SshIOException

Packages that use SshIOException
com.maverick.ssh This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. 
 

Uses of SshIOException in com.maverick.ssh
 

Methods in com.maverick.ssh that throw SshIOException
 java.io.InputStream SshSession.getInputStream()
          Get an InputStream to read the process stdout.
 java.io.OutputStream SshSession.getOutputStream()
          Get an OutputStream to write to the process stdin.
 java.io.InputStream SshSession.getStderrInputStream()
          Get an InputStream to read the process stderr.
 



Copyright © 2003 3SP LTD. All Rights Reserved.