Uses of Interface
org.apache.sshd.server.shell.ShellFactory
Packages that use ShellFactory
-
Uses of ShellFactory in org.apache.sshd.server
Methods in org.apache.sshd.server that return ShellFactoryModifier and TypeMethodDescriptionServerFactoryManager.getShellFactory()Retrieve theShellFactoryobject to be used to create shells.SshServer.getShellFactory()Methods in org.apache.sshd.server with parameters of type ShellFactory -
Uses of ShellFactory in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement ShellFactoryModifier and TypeClassDescriptionclassProvides different shell(s) based on some criteria of the providedChannelSessionclassA simplistic interactive shell factoryclassAFactoryofCommandthat will create a new process and bridge the streams.Fields in org.apache.sshd.server.shell declared as ShellFactoryModifier and TypeFieldDescriptionprotected final ShellFactoryAggregateShellFactory.defaultFactoryMethods in org.apache.sshd.server.shell that return ShellFactoryModifier and TypeMethodDescriptionAggregateShellFactory.selectShellFactory(ChannelSession channel) static ShellFactoryShellFactorySelector.selectShellFactory(Collection<? extends ShellFactorySelector> selectors, ChannelSession channel) Consults each selector whether it wants to provide a factory for theChannelSessionShellFactorySelector.selectShellFactory(ChannelSession channelSession) Constructors in org.apache.sshd.server.shell with parameters of type ShellFactoryModifierConstructorDescriptionAggregateShellFactory(Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)