Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.server | |
org.apache.sshd.server.command |
Modifier and Type | Field and Description |
---|---|
protected CommandFactory |
SshServer.commandFactory |
Modifier and Type | Method and Description |
---|---|
CommandFactory |
SshServer.getCommandFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setCommandFactory(CommandFactory commandFactory) |
Modifier and Type | Method and Description |
---|---|
CommandFactory |
ServerFactoryManager.getCommandFactory()
Retrieve the
CommandFactory to be used to process commands requests. |
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. |
Constructor and Description |
---|
ScpCommandFactory(CommandFactory delegate) |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.