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 TypeClassDescriptionclassThisCommandFactorycan be used as a standalone command factory or can be used to augment anotherCommandFactoryand providesSCPsupport. -
Uses of ShellFactorySelector in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement ShellFactorySelectorModifier and TypeClassDescriptionclassProvides different shell(s) based on some criteria of the providedChannelSessionFields in org.apache.sshd.server.shell with type parameters of type ShellFactorySelectorModifier and TypeFieldDescriptionprotected final Collection<? extends ShellFactorySelector> AggregateShellFactory.selectorsMethod parameters in org.apache.sshd.server.shell with type arguments of type ShellFactorySelectorModifier and TypeMethodDescriptionstatic ShellFactoryShellFactorySelector.selectShellFactory(Collection<? extends ShellFactorySelector> selectors, ChannelSession channel) Consults each selector whether it wants to provide a factory for theChannelSessionConstructor parameters in org.apache.sshd.server.shell with type arguments of type ShellFactorySelectorModifierConstructorDescriptionAggregateShellFactory(Collection<? extends ShellFactorySelector> selectors) AggregateShellFactory(Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)