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 AsyncCommandErrorStreamAware
setIoErrorStreamMethods inherited from interface AsyncCommandInputStreamAware
setIoInputStreamMethods inherited from interface AsyncCommandOutputStreamAware
setIoOutputStreamMethods inherited from interface Command
setExitCallbackMethods inherited from interface CommandDirectErrorStreamAware
setErrorStreamMethods inherited from interface CommandDirectInputStreamAware
setInputStreamMethods inherited from interface CommandDirectOutputStreamAware
setOutputStreamMethods inherited from interface CommandLifecycle
destroy, start