| InteractiveProcessShellFactory |
A simplistic interactive shell factory.
|
| InvertedShell |
This shell have inverted streams, such as the one obtained when launching a new Process from java.
|
| ProcessShellCommandFactory |
Executes commands by invoking the underlying shell
|
| ProcessShellFactory |
A Factory of Command that will create a new process executing the given command in an OS shell.
|
| ShellFactory |
Shell(s) are executed on the server side when a "shell" channel is established
|
| ShellFactorySelector |
|
| TtyFilterInputStream |
Handles the input while taking into account the PtyModes for handling CR / LF
|
| TtyFilterOutputStream |
Handles the output stream while taking care of the PtyMode for CR / LF settings
|
| UnknownCommandFactory |
|