| Package | Description |
|---|---|
| org.apache.sshd.server.shell |
| Class and Description |
|---|
| 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 |
| ShellFactory
Useful marker interface
|
| 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
and ECHO settings |
| UnknownCommandFactory |