public interface SshIO
Base interface for all SSH related IO interfaces.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the channel.
|
InputStream |
getInputStream()
Get an InputStream to read incoming channel data.
|
OutputStream |
getOutputStream()
Get an OutputStream to write outgoing channel data.
|
InputStream getInputStream() throws IOException
IOExceptionOutputStream getOutputStream() throws IOException
IOExceptionvoid close()
throws IOException
SshIOExceptionIOExceptionCopyright © 2025. All rights reserved.