Class UnknownCommand

java.lang.Object
org.apache.sshd.server.shell.UnknownCommand
All Implemented Interfaces:
Runnable, Command, CommandDirectErrorStreamAware, CommandDirectInputStreamAware, CommandDirectOutputStreamAware, CommandDirectStreamsAware, CommandLifecycle

public class UnknownCommand extends Object implements Command, Runnable
Implementation of an unknown command that can be returned by CommandFactory when the command is not known, as it is supposed to always return a valid Command object.
Author:
Apache MINA SSHD Project