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 TypeClassDescriptionclassThisCommandFactorycan be used as a standalone command factory or can be used to augment anotherCommandFactoryand providesSCPsupport.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 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 CommandFactoryFields in org.apache.sshd.server.command declared as CommandFactoryModifier and TypeFieldDescriptionprivate CommandFactoryAbstractDelegatingCommandFactory.delegateMethods 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