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 TypeClassDescriptionclassThisCommandFactorycan be used as a standalone command factory or can be used to augment anotherCommandFactoryand providesSCPsupport.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 TypeMethodDescriptionvoidScpCommandFactory.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 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 factoryclassFields 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)