Uses of Interface
org.apache.sshd.server.command.CommandFactory
-
Packages that use CommandFactory Package Description org.apache.sshd.scp.server org.apache.sshd.server org.apache.sshd.server.command org.apache.sshd.server.shell -
-
Uses of CommandFactory in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement CommandFactory Modifier and Type Class Description classScpCommandFactoryThisCommandFactorycan 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 CommandFactory Modifier and Type Method Description ScpCommandFactory.BuilderScpCommandFactory.Builder. withDelegate(CommandFactory delegate) -
Uses of CommandFactory in org.apache.sshd.server
Fields in org.apache.sshd.server declared as CommandFactory Modifier and Type Field Description private CommandFactorySshServer. commandFactoryMethods in org.apache.sshd.server that return CommandFactory Modifier and Type Method Description CommandFactoryServerFactoryManager. getCommandFactory()Retrieve theCommandFactoryto be used to process commands requests.CommandFactorySshServer. getCommandFactory()Methods in org.apache.sshd.server with parameters of type CommandFactory Modifier and Type Method Description voidSshServer. 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 classAbstractDelegatingCommandFactoryACommandFactorywrapper that delegates calls to a proxyFields in org.apache.sshd.server.command declared as CommandFactory Modifier and Type Field Description private CommandFactoryAbstractDelegatingCommandFactory. delegateMethods in org.apache.sshd.server.command that return CommandFactory Modifier and Type Method Description CommandFactoryAbstractDelegatingCommandFactory. getDelegateCommandFactory()Methods in org.apache.sshd.server.command with parameters of type CommandFactory Modifier and Type Method Description voidAbstractDelegatingCommandFactory. setDelegateCommandFactory(CommandFactory factory) -
Uses of CommandFactory in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement CommandFactory Modifier and Type Class Description classProcessShellCommandFactoryExecutes commands by invoking the underlying shellclassUnknownCommandFactory
-