Package org.apache.sshd.server.command
Interface AsyncCommandOutputStreamAware
-
- 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.
@FunctionalInterface public interface AsyncCommandOutputStreamAware
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetIoOutputStream(IoOutputStream out)Set the output stream that can be used by the shell to write its output.
-
-
-
Method Detail
-
setIoOutputStream
void setIoOutputStream(IoOutputStream out)
Set the output stream that can be used by the shell to write its output.- Parameters:
out- TheIoOutputStreamused by the shell to write its output
-
-