|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandFactory | |
|---|---|
| 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 | |
| Uses of CommandFactory in org.apache.sshd |
|---|
| Fields in org.apache.sshd declared as CommandFactory | |
|---|---|
protected CommandFactory |
SshServer.commandFactory
|
| Methods in org.apache.sshd that return CommandFactory | |
|---|---|
CommandFactory |
SshServer.getCommandFactory()
|
| Methods in org.apache.sshd with parameters of type CommandFactory | |
|---|---|
void |
SshServer.setCommandFactory(CommandFactory commandFactory)
|
| Uses of CommandFactory in org.apache.sshd.server |
|---|
| Methods in org.apache.sshd.server that return CommandFactory | |
|---|---|
CommandFactory |
ServerFactoryManager.getCommandFactory()
Retrieve the CommandFactory to be used to process commands requests. |
| Uses of CommandFactory in org.apache.sshd.server.command |
|---|
| Classes in org.apache.sshd.server.command that implement CommandFactory | |
|---|---|
class |
ScpCommandFactory
This CommandFactory can be used as a standalone command factory
or can be used to augment another CommandFactory and provides
SCP support. |
| Constructors in org.apache.sshd.server.command with parameters of type CommandFactory | |
|---|---|
ScpCommandFactory(CommandFactory delegate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||