Package com.tailf.ned
Interface SSHClient.Subsystem
- Enclosing interface:
- SSHClient
public static interface SSHClient.Subsystem
SSHCLient subsystem interface
- Author:
- jrendel
-
Method Details
-
getInputStream
InputStream getInputStream()- Returns:
- the input stream used for this subsystem.
-
getOutputStream
OutputStream getOutputStream()- Returns:
- the output stream used for this subsystem.
-
isOpen
boolean isOpen()- Returns:
- whether the channel is open.
-
isEof
boolean isEof()- Returns:
- whether EOF has been received.
-
close
Close the subsystem- Throws:
IOException
-