Uses of Interface
org.apache.sshd.server.command.CommandFactory
Packages that use CommandFactory
Package
Description
-
Uses of CommandFactory in org.apache.sshd.server
Methods in org.apache.sshd.server that return CommandFactoryModifier and TypeMethodDescriptionServerFactoryManager.getCommandFactory()Retrieve theCommandFactoryto be used to process commands requests.SshServer.getCommandFactory()Methods in org.apache.sshd.server with parameters of type CommandFactoryModifier and TypeMethodDescriptionvoidSshServer.setCommandFactory(CommandFactory commandFactory) -
Uses of CommandFactory in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement CommandFactoryMethods in org.apache.sshd.server.command that return CommandFactoryMethods in org.apache.sshd.server.command with parameters of type CommandFactoryModifier and TypeMethodDescriptionvoidAbstractDelegatingCommandFactory.setDelegateCommandFactory(CommandFactory factory) -
Uses of CommandFactory in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement CommandFactoryModifier and TypeClassDescriptionclassExecutes commands by invoking the underlying shellclass