Uses of Interface
org.apache.sshd.server.command.CommandFactory
Packages that use CommandFactory
Package
Description
-
Uses of CommandFactory in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement CommandFactoryModifier and TypeClassDescriptionclass
ThisCommandFactory
can be used as a standalone command factory or can be used to augment anotherCommandFactory
and providesSCP
support.Methods in org.apache.sshd.scp.server with parameters of type CommandFactoryModifier and TypeMethodDescriptionScpCommandFactory.Builder.withDelegate
(CommandFactory delegate) -
Uses of CommandFactory in org.apache.sshd.server
Fields in org.apache.sshd.server declared as CommandFactoryMethods in org.apache.sshd.server that return CommandFactoryModifier and TypeMethodDescriptionServerFactoryManager.getCommandFactory()
Retrieve theCommandFactory
to be used to process commands requests.SshServer.getCommandFactory()
Methods in org.apache.sshd.server with parameters of type CommandFactoryModifier and TypeMethodDescriptionvoid
SshServer.setCommandFactory
(CommandFactory commandFactory) -
Uses of CommandFactory in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement CommandFactoryFields in org.apache.sshd.server.command declared as CommandFactoryModifier and TypeFieldDescriptionprivate CommandFactory
AbstractDelegatingCommandFactory.delegate
Methods in org.apache.sshd.server.command that return CommandFactoryMethods in org.apache.sshd.server.command with parameters of type CommandFactoryModifier and TypeMethodDescriptionvoid
AbstractDelegatingCommandFactory.setDelegateCommandFactory
(CommandFactory factory) -
Uses of CommandFactory in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement CommandFactoryModifier and TypeClassDescriptionclass
Executes commands by invoking the underlying shellclass