| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.command | |
| org.apache.sshd.server.shell |
| Modifier and Type | Method and Description |
|---|---|
CommandFactory |
ServerFactoryManager.getCommandFactory()
Retrieve the
CommandFactory to be used to process commands requests. |
CommandFactory |
SshServer.getCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setCommandFactory(CommandFactory commandFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingCommandFactory
TODO Add javadoc
|
| Modifier and Type | Method and Description |
|---|---|
CommandFactory |
AbstractDelegatingCommandFactory.getDelegateCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDelegatingCommandFactory.setDelegateCommandFactory(CommandFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessShellCommandFactory
Executes commands by invoking the underlying shell
|
class |
UnknownCommandFactory |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.