public interface SshStreamChannel extends SshDataProducingComponent
SshLifecycleComponent for channels who expost I/O
streams, such as executing a command, or a SshShell.| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
Get the input stream for this channel.
|
java.io.OutputStream |
getOutputStream()
Get the output stream for this channel.
|
addDataListener, removeDataListeneraddListener, close, isOpen, open, removeListenerjava.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionjava.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionCopyright © 2018. All rights reserved.