Uses of Class
org.jline.builtins.ssh.Ssh.ShellParams
Packages that use Ssh.ShellParams
-
Uses of Ssh.ShellParams in org.jline.builtins.ssh
Fields in org.jline.builtins.ssh with type parameters of type Ssh.ShellParamsModifier and TypeFieldDescriptionprivate final Consumer<Ssh.ShellParams>
ShellFactoryImpl.shell
private final Consumer<Ssh.ShellParams>
Ssh.shell
Constructor parameters in org.jline.builtins.ssh with type arguments of type Ssh.ShellParamsModifierConstructorDescriptionShellFactoryImpl
(Consumer<Ssh.ShellParams> shell) Ssh
(Consumer<Ssh.ShellParams> shell, Consumer<Ssh.ExecuteParams> execute, Supplier<org.apache.sshd.server.SshServer> serverBuilder, Supplier<org.apache.sshd.client.SshClient> clientBuilder)