| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.scp | |
| org.apache.sshd.server.shell |
| Class and Description |
|---|
| ShellFactory
Shell(s) are executed on the server side when a "shell" channel is established
|
| Class and Description |
|---|
| ShellFactory
Shell(s) are executed on the server side when a "shell" channel is established
|
| 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
Shell(s) are executed on the server side when a "shell" channel is established
|
| 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 |