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
Fields in org.apache.sshd.server declared as ShellFactory Modifier and Type Field Description private ShellFactorySshServer. shellFactoryMethods 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 classInteractiveProcessShellFactoryA simplistic interactive shell factoryclassProcessShellFactory
-