public class CommandFactoryImpl extends Object implements org.apache.sshd.server.command.CommandFactory
SshCommandFactorys to find the right implementation for the exec request from SSH clients.| Constructor and Description |
|---|
CommandFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.server.command.Command |
createCommand(org.apache.sshd.server.channel.ChannelSession channel,
String command) |
public org.apache.sshd.server.command.Command createCommand(org.apache.sshd.server.channel.ChannelSession channel,
String command)
createCommand in interface org.apache.sshd.server.command.CommandFactoryCopyright © 2016–2022. All rights reserved.