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 class
ScpCommandFactory
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 ShellFactorySelector Modifier and Type Class Description class
AggregateShellFactory
Provides different shell(s) based on some criteria of the providedChannelSession
Fields in org.apache.sshd.server.shell with type parameters of type ShellFactorySelector Modifier and Type Field Description protected java.util.Collection<? extends ShellFactorySelector>
AggregateShellFactory. selectors
Method parameters in org.apache.sshd.server.shell with type arguments of type ShellFactorySelector Modifier and Type Method Description static ShellFactory
ShellFactorySelector. selectShellFactory(java.util.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 ShellFactorySelector Constructor Description AggregateShellFactory(java.util.Collection<? extends ShellFactorySelector> selectors)
AggregateShellFactory(java.util.Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)
-