Package org.apache.sshd.server.shell
-
Interface Summary Interface Description InvertedShell This shell have inverted streams, such as the one obtained when launching a newProcessfrom java.ShellFactory Shell(s) are executed on the server side when a "shell" channel is establishedShellFactorySelector -
Class Summary Class Description AggregateShellFactory Provides different shell(s) based on some criteria of the providedChannelSessionInteractiveProcessShellFactory A simplistic interactive shell factoryInvertedShellWrapper A shell implementation that wraps an instance ofInvertedShellas aCommand.ProcessShell Bridges the I/O streams between the SSH command and the process that executes itProcessShellCommandFactory Executes commands by invoking the underlying shellProcessShellFactory UnknownCommand Implementation of an unknown command that can be returned byCommandFactorywhen the command is not known, as it is supposed to always return a validCommandobject.UnknownCommandFactory