Package | Description |
---|---|
org.apache.sshd.server | |
org.apache.sshd.server.scp | |
org.apache.sshd.server.shell |
Modifier and Type | Field and Description |
---|---|
private ShellFactory |
SshServer.shellFactory |
Modifier and Type | Method and Description |
---|---|
ShellFactory |
SshServer.getShellFactory() |
ShellFactory |
ServerFactoryManager.getShellFactory()
Retrieve the
ShellFactory object to be used to create shells. |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setShellFactory(ShellFactory shellFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ScpCommandFactory
This
CommandFactory can be used as a standalone command factory or can be used to augment another
CommandFactory and provides SCP support. |
Modifier and Type | Class and Description |
---|---|
class |
InteractiveProcessShellFactory
A simplistic interactive shell factory
|
class |
ProcessShellFactory
|