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 ShellFactory
ServerFactoryManager. getShellFactory()
Retrieve theShellFactory
object to be used to create shells.ShellFactory
SshServer. getShellFactory()
Methods in org.apache.sshd.server with parameters of type ShellFactory Modifier and Type Method Description void
SshServer. 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 class
InteractiveProcessShellFactory
A simplistic interactive shell factoryclass
ProcessShellFactory
-