Package | Description |
---|---|
org.apache.sshd.scp.server | |
org.apache.sshd.server | |
org.apache.sshd.server.command | |
org.apache.sshd.server.shell |
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 |
---|---|
ScpCommandFactory.Builder |
ScpCommandFactory.Builder.withDelegate(CommandFactory delegate) |
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
A
CommandFactory wrapper that delegates calls to a proxy |
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–2024 The Apache Software Foundation. All rights reserved.