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.shell -
-
Uses of CommandFactory in org.apache.sshd.server
Methods 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 proxyMethods 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
-