| Interface | Description |
|---|---|
| InvertedShell |
This shell have inverted streams, such as the one obtained when launching a
new
Process from java. |
| ShellFactory |
Shell(s) are executed on the server side when a "shell"
channel is established
|
| Class | Description |
|---|---|
| InteractiveProcessShellFactory |
A simplistic interactive shell factory
|
| InvertedShellWrapper |
A shell implementation that wraps an instance of
InvertedShell
as a Command. |
| 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 | |
| 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 |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.