Uses of Interface
org.apache.sshd.server.command.CommandFactory
-
Packages that use CommandFactory Package Description org.apache.sshd.server org.apache.sshd.server.command org.apache.sshd.server.scp org.apache.sshd.server.shell -
-
Uses of CommandFactory in org.apache.sshd.server
Methods in org.apache.sshd.server that return CommandFactory Modifier and Type Method Description CommandFactory
ServerFactoryManager. getCommandFactory()
Retrieve theCommandFactory
to be used to process commands requests.CommandFactory
SshServer. getCommandFactory()
Methods in org.apache.sshd.server with parameters of type CommandFactory Modifier and Type Method Description void
SshServer. setCommandFactory(CommandFactory commandFactory)
-
Uses of CommandFactory in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement CommandFactory Modifier and Type Class Description class
AbstractDelegatingCommandFactory
TODO Add javadocMethods in org.apache.sshd.server.command that return CommandFactory Modifier and Type Method Description CommandFactory
AbstractDelegatingCommandFactory. getDelegateCommandFactory()
Methods in org.apache.sshd.server.command with parameters of type CommandFactory Modifier and Type Method Description void
AbstractDelegatingCommandFactory. setDelegateCommandFactory(CommandFactory factory)
-
Uses of CommandFactory in org.apache.sshd.server.scp
Classes in org.apache.sshd.server.scp that implement CommandFactory Modifier and Type Class Description class
ScpCommandFactory
ThisCommandFactory
can be used as a standalone command factory or can be used to augment anotherCommandFactory
and providesSCP
support.Methods in org.apache.sshd.server.scp with parameters of type CommandFactory Modifier and Type Method Description ScpCommandFactory.Builder
ScpCommandFactory.Builder. withDelegate(CommandFactory delegate)
-
Uses of CommandFactory in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement CommandFactory Modifier and Type Class Description class
ProcessShellCommandFactory
Executes commands by invoking the underlying shellclass
UnknownCommandFactory
-