public interface SshExtendedStreamChannel extends SshStreamChannel
SshStreamChannel that adds the Extended Input Stream,
used for STDERR.| Modifier and Type | Method and Description |
|---|---|
int |
exitCode()
Get the exit code of this command or shell (when known).
|
java.io.InputStream |
getExtendedInputStream()
Get the extended input stream.
|
getInputStream, getOutputStreamaddDataListener, removeDataListeneraddListener, close, isOpen, open, removeListenerjava.io.InputStream getExtendedInputStream()
throws java.io.IOException
java.io.IOExceptionint exitCode()
throws java.io.IOException
java.io.IOExceptionCopyright © 2018. All rights reserved.