Interface AsyncCommandErrorStreamAware
- All Known Subinterfaces:
AsyncCommand, AsyncCommandStreamsAware
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Apache MINA SSHD Project
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetIoErrorStream(org.apache.sshd.common.io.IoOutputStream err) Set the error stream that can be used by the shell to write its errors.
-
Method Details
-
setIoErrorStream
void setIoErrorStream(org.apache.sshd.common.io.IoOutputStream err) Set the error stream that can be used by the shell to write its errors.- Parameters:
err- TheIoOutputStreamused by the shell to write its errors
-