Modifier and Type | Method and Description |
---|---|
SshCommandFactory.CommandLine |
AsynchronousCommand.getCmdLine() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.sshd.server.Command |
SshCommandFactory.create(SshCommandFactory.CommandLine commandLine)
If this factory understands the specified command, return a non-null
Command
and that command will be used to handle the request. |
org.apache.sshd.server.Command |
CLICommandAdapter.create(SshCommandFactory.CommandLine commandLine) |
Constructor and Description |
---|
AsynchronousCommand(SshCommandFactory.CommandLine cmdLine) |
Copyright © 2016. All rights reserved.