Package org.apache.sshd.server.shell
-
Interface Summary Interface Description InvertedShell This shell have inverted streams, such as the one obtained when launching a newProcess
from 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 ofInvertedShell
as 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 thePtyMode
s for handling CR / LFTtyFilterOutputStream Handles the output stream while taking care of thePtyMode
for CR / LF and ECHO settingsUnknownCommand Implementation of an unknown command that can be returned byCommandFactory
when the command is not known, as it is supposed to always return a validCommand
object.UnknownCommandFactory