Uses of Interface
org.apache.sshd.server.shell.ShellFactory
Packages that use ShellFactory
-
Uses of ShellFactory in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement ShellFactoryModifier and TypeClassDescriptionclass
ThisCommandFactory
can be used as a standalone command factory or can be used to augment anotherCommandFactory
and providesSCP
support.Fields in org.apache.sshd.scp.server declared as ShellFactoryMethods in org.apache.sshd.scp.server that return ShellFactoryModifier and TypeMethodDescriptionScpCommandFactory.getDelegateShellFactory()
ScpCommandFactory.selectShellFactory
(ChannelSession channelSession) Methods in org.apache.sshd.scp.server with parameters of type ShellFactoryModifier and TypeMethodDescriptionvoid
ScpCommandFactory.setDelegateShellFactory
(ShellFactory delegateShellFactory) ScpCommandFactory.Builder.withDelegateShellFactory
(ShellFactory shellFactory) -
Uses of ShellFactory in org.apache.sshd.server
Fields in org.apache.sshd.server declared as ShellFactoryMethods in org.apache.sshd.server that return ShellFactoryModifier and TypeMethodDescriptionServerFactoryManager.getShellFactory()
Retrieve theShellFactory
object 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 TypeClassDescriptionclass
Provides different shell(s) based on some criteria of the providedChannelSession
class
A simplistic interactive shell factoryclass
Fields in org.apache.sshd.server.shell declared as ShellFactoryModifier and TypeFieldDescriptionprotected final ShellFactory
AggregateShellFactory.defaultFactory
Methods in org.apache.sshd.server.shell that return ShellFactoryModifier and TypeMethodDescriptionAggregateShellFactory.selectShellFactory
(ChannelSession channel) static ShellFactory
ShellFactorySelector.selectShellFactory
(Collection<? extends ShellFactorySelector> selectors, ChannelSession channel) Consults each selector whether it wants to provide a factory for theChannelSession
ShellFactorySelector.selectShellFactory
(ChannelSession channelSession) Constructors in org.apache.sshd.server.shell with parameters of type ShellFactoryModifierConstructorDescriptionAggregateShellFactory
(Collection<? extends ShellFactorySelector> selectors, ShellFactory defaultFactory)