Uses of Interface
org.apache.sshd.server.shell.ShellFactorySelector
Packages that use ShellFactorySelector
-
Uses of ShellFactorySelector in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement ShellFactorySelectorModifier and TypeClassDescriptionclass
ThisCommandFactory
can be used as a standalone command factory or can be used to augment anotherCommandFactory
and providesSCP
support. -
Uses of ShellFactorySelector in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement ShellFactorySelectorModifier and TypeClassDescriptionclass
Provides different shell(s) based on some criteria of the providedChannelSession
Fields in org.apache.sshd.server.shell with type parameters of type ShellFactorySelectorModifier and TypeFieldDescriptionprotected final Collection<? extends ShellFactorySelector>
AggregateShellFactory.selectors
Method parameters in org.apache.sshd.server.shell with type arguments of type ShellFactorySelectorModifier and TypeMethodDescriptionstatic ShellFactory
ShellFactorySelector.selectShellFactory
(Collection<? extends ShellFactorySelector> selectors, ChannelSession channel) Consults each selector whether it wants to provide a factory for theChannelSession
Constructor parameters in org.apache.sshd.server.shell with type arguments of type ShellFactorySelectorModifierConstructorDescriptionAggregateShellFactory
(Collection<? extends ShellFactorySelector> selectors) AggregateShellFactory
(Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)