| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.scp |
| Modifier and Type | Method and Description |
|---|---|
CommandFactory |
SshServer.getCommandFactory() |
CommandFactory |
ServerFactoryManager.getCommandFactory()
Retrieve the
CommandFactory to be used to process commands requests. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setCommandFactory(CommandFactory commandFactory) |
| 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 | Method and Description |
|---|---|
CommandFactory |
ScpCommandFactory.getDelegateCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScpCommandFactory.setDelegateCommandFactory(CommandFactory factory) |
ScpCommandFactory.Builder |
ScpCommandFactory.Builder.withDelegate(CommandFactory delegate) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.