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 established -
Class Summary Class Description InteractiveProcessShellFactory 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 TtyFilterInputStream Handles the input while taking into account thePtyModes for handling CR / LFTtyFilterOutputStream Handles the output stream while taking care of thePtyModefor CR / LF and ECHO settingsUnknownCommand 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