Package org.apache.sshd.server.command
Interface CommandDirectStreamsAware
-
- All Superinterfaces:
CommandDirectErrorStreamAware,CommandDirectInputStreamAware,CommandDirectOutputStreamAware
- All Known Subinterfaces:
AsyncCommand,Command
- All Known Implementing Classes:
AbstractCommandSupport,AbstractFileSystemCommand,InvertedShellWrapper,UnknownCommand
public interface CommandDirectStreamsAware extends CommandDirectInputStreamAware, CommandDirectOutputStreamAware, CommandDirectErrorStreamAware
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.server.command.CommandDirectErrorStreamAware
setErrorStream
-
Methods inherited from interface org.apache.sshd.server.command.CommandDirectInputStreamAware
setInputStream
-
Methods inherited from interface org.apache.sshd.server.command.CommandDirectOutputStreamAware
setOutputStream
-
-