Package org.apache.sshd.server.command
Interface AsyncCommand
- All Superinterfaces:
AsyncCommandErrorStreamAware,AsyncCommandInputStreamAware,AsyncCommandOutputStreamAware,AsyncCommandStreamsAware,Command,CommandDirectErrorStreamAware,CommandDirectInputStreamAware,CommandDirectOutputStreamAware,CommandDirectStreamsAware,CommandLifecycle
- All Known Implementing Classes:
SftpSubsystem
Represents a command capable of doing non-blocking io. If this interface is implemented by a command, the usual
blocking input / output / error streams won't be set.
-
Method Summary
Methods inherited from interface org.apache.sshd.server.command.AsyncCommandErrorStreamAware
setIoErrorStreamMethods inherited from interface org.apache.sshd.server.command.AsyncCommandInputStreamAware
setIoInputStreamMethods inherited from interface org.apache.sshd.server.command.AsyncCommandOutputStreamAware
setIoOutputStreamMethods inherited from interface org.apache.sshd.server.command.Command
setExitCallbackMethods inherited from interface org.apache.sshd.server.command.CommandDirectErrorStreamAware
setErrorStreamMethods inherited from interface org.apache.sshd.server.command.CommandDirectInputStreamAware
setInputStreamMethods inherited from interface org.apache.sshd.server.command.CommandDirectOutputStreamAware
setOutputStreamMethods inherited from interface org.apache.sshd.server.command.CommandLifecycle
destroy, start