Uses of Interface
org.apache.sshd.server.shell.ShellFactory
-
Packages that use ShellFactory Package Description org.apache.sshd.server org.apache.sshd.server.shell -
-
Uses of ShellFactory in org.apache.sshd.server
Methods in org.apache.sshd.server that return ShellFactory Modifier and Type Method Description ShellFactoryServerFactoryManager. getShellFactory()Retrieve theShellFactoryobject to be used to create shells.ShellFactorySshServer. getShellFactory()Methods in org.apache.sshd.server with parameters of type ShellFactory Modifier and Type Method Description voidSshServer. setShellFactory(ShellFactory shellFactory) -
Uses of ShellFactory in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement ShellFactory Modifier and Type Class Description classAggregateShellFactoryProvides different shell(s) based on some criteria of the providedChannelSessionclassInteractiveProcessShellFactoryA simplistic interactive shell factoryclassProcessShellFactoryFields in org.apache.sshd.server.shell declared as ShellFactory Modifier and Type Field Description protected ShellFactoryAggregateShellFactory. defaultFactoryMethods in org.apache.sshd.server.shell that return ShellFactory Modifier and Type Method Description ShellFactoryAggregateShellFactory. selectShellFactory(ChannelSession channel)static ShellFactoryShellFactorySelector. selectShellFactory(Collection<? extends ShellFactorySelector> selectors, ChannelSession channel)Consults each selector whether it wants to provide a factory for theChannelSessionShellFactoryShellFactorySelector. selectShellFactory(ChannelSession channelSession)Constructors in org.apache.sshd.server.shell with parameters of type ShellFactory Constructor Description AggregateShellFactory(Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)
-