Package com.sshtools.client.shell
Interface ShellReader
- All Known Implementing Classes:
ShellController
,ShellProcessController
public interface ShellReader
-
Method Summary
-
Method Details
-
readLine
Read a line of output from the process.- Returns:
- Throws:
IOException
com.sshtools.common.ssh.SshException
ShellTimeoutException
-
readLine
Read a line of output from the process.- Parameters:
timeout
-- Returns:
- Throws:
IOException
com.sshtools.common.ssh.SshException
ShellTimeoutException
-