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
IOException
OutputStream getOutputStream() throws IOException
IOException
void close() throws IOException
SshIOException
IOException
Copyright © 2024. All rights reserved.