Uses of Interface
org.apache.sshd.server.shell.ShellFactorySelector
-
Packages that use ShellFactorySelector Package Description org.apache.sshd.scp.server org.apache.sshd.server.shell -
-
Uses of ShellFactorySelector in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement ShellFactorySelector Modifier and Type Class Description classScpCommandFactoryThisCommandFactorycan 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 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 java.util.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(java.util.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(java.util.Collection<? extends ShellFactorySelector> selectors)AggregateShellFactory(java.util.Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)
-