Uses of Interface
org.apache.sshd.server.shell.ShellFactorySelector
-
Packages that use ShellFactorySelector Package Description org.apache.sshd.server.shell -
-
Uses of ShellFactorySelector in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement ShellFactorySelector Modifier and Type Class Description classAggregateShellFactoryProvides different shell(s) based on some criteria of the providedChannelSessionFields in org.apache.sshd.server.shell with type parameters of type ShellFactorySelector Modifier and Type Field Description protected Collection<? extends ShellFactorySelector>AggregateShellFactory. selectorsMethod parameters in org.apache.sshd.server.shell with type arguments of type ShellFactorySelector Modifier and Type Method Description static 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 ShellFactorySelector Constructor Description AggregateShellFactory(Collection<? extends ShellFactorySelector> selectors)AggregateShellFactory(Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)
-