Package org.apache.sshd.server.shell
Interface ShellFactory
- All Known Implementing Classes:
AggregateShellFactory,InteractiveProcessShellFactory,ProcessShellFactory,ScpCommandFactory
public interface ShellFactory
Shell(s) are executed on the server side when a "shell" channel is established
-
Method Summary
-
Method Details
-
createShell
- Parameters:
channel- TheChannelSessionthrough which the command has been received- Returns:
- The
Commandrepresenting the shell to be executed - Throws:
IOException- If failed to create the shell
-