AggregateShellFactory |
Provides different shell(s) based on some criteria of the provided ChannelSession
|
InteractiveProcessShellFactory |
A simplistic interactive shell factory
|
InvertedShellWrapper |
|
ProcessShell |
Bridges the I/O streams between the SSH command and the process that executes it
|
ProcessShellCommandFactory |
Executes commands by invoking the underlying shell
|
ProcessShellFactory |
A Factory of Command that will create a new process and bridge the streams.
|
TtyFilterInputStream |
Handles the input while taking into account the PtyMode s for handling CR / LF
|
TtyFilterOutputStream |
Handles the output stream while taking care of the PtyMode for CR / LF and ECHO settings
|
UnknownCommand |
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.
|
UnknownCommandFactory |
|