Uses of Interface
org.apache.sshd.server.shell.ShellFactory
Packages that use ShellFactory
Package
Description
-
Uses of ShellFactory in org.apache.sshd.cli.server
Fields in org.apache.sshd.cli.server declared as ShellFactoryModifier and TypeFieldDescriptionstatic final ShellFactorySshServerCliSupport.DEFAULT_SHELL_FACTORYMethods in org.apache.sshd.cli.server that return ShellFactoryModifier and TypeMethodDescriptionstatic ShellFactorySshServerCliSupport.resolveShellFactory(Level level, PrintStream stdout, PrintStream stderr, PropertyResolver options) Attempts to examine theSshServerCliSupport.SHELL_FACTORY_OPTIONconfiguration.Methods in org.apache.sshd.cli.server with parameters of type ShellFactoryModifier and TypeMethodDescriptionstatic ScpCommandFactorySshServerCliSupport.createScpCommandFactory(Level level, PrintStream stdout, PrintStream stderr, ShellFactory delegateShellFactory) private static CommandFactorySshServerMain.setupCommandFactory(SshServer sshd, Level level, PrintStream stdout, PrintStream stderr, ShellFactory shellFactory) -
Uses of ShellFactory in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement ShellFactoryModifier and TypeClassDescriptionclassThisCommandFactorycan be used as a standalone command factory or can be used to augment anotherCommandFactoryand providesSCPsupport.Fields in org.apache.sshd.scp.server declared as ShellFactoryMethods in org.apache.sshd.scp.server that return ShellFactoryModifier and TypeMethodDescriptionScpCommandFactory.getDelegateShellFactory()ScpCommandFactory.selectShellFactory(ChannelSession channelSession) Methods in org.apache.sshd.scp.server with parameters of type ShellFactoryModifier and TypeMethodDescriptionvoidScpCommandFactory.setDelegateShellFactory(ShellFactory delegateShellFactory) ScpCommandFactory.Builder.withDelegateShellFactory(ShellFactory shellFactory) -
Uses of ShellFactory in org.apache.sshd.server
Fields in org.apache.sshd.server declared as ShellFactoryMethods in org.apache.sshd.server that return ShellFactoryModifier and TypeMethodDescriptionServerFactoryManager.getShellFactory()Retrieve theShellFactoryobject to be used to create shells.SshServer.getShellFactory()Methods in org.apache.sshd.server with parameters of type ShellFactory -
Uses of ShellFactory in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement ShellFactoryModifier and TypeClassDescriptionclassProvides different shell(s) based on some criteria of the providedChannelSessionclassA simplistic interactive shell factoryclassFields in org.apache.sshd.server.shell declared as ShellFactoryModifier and TypeFieldDescriptionprotected final ShellFactoryAggregateShellFactory.defaultFactoryMethods in org.apache.sshd.server.shell that return ShellFactoryModifier and TypeMethodDescriptionAggregateShellFactory.selectShellFactory(ChannelSession channel) static ShellFactoryShellFactorySelector.selectShellFactory(Collection<? extends ShellFactorySelector> selectors, ChannelSession channel) Consults each selector whether it wants to provide a factory for theChannelSessionShellFactorySelector.selectShellFactory(ChannelSession channelSession) Constructors in org.apache.sshd.server.shell with parameters of type ShellFactoryModifierConstructorDescriptionAggregateShellFactory(Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)