Package org.apache.sshd.server.command
Interface AsyncCommandOutputStreamAware
- All Known Subinterfaces:
AsyncCommand
,AsyncCommandStreamsAware
- All Known Implementing Classes:
SftpSubsystem
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Set the output stream that can be used by the shell to write its output.
-
Method Details
-
setIoOutputStream
Set the output stream that can be used by the shell to write its output.- Parameters:
out
- TheIoOutputStream
used by the shell to write its output
-