Uses of Class
org.jline.builtins.ssh.Ssh.ShellParams
-
Packages that use Ssh.ShellParams Package Description org.jline.builtins.ssh -
-
Uses of Ssh.ShellParams in org.jline.builtins.ssh
Constructor parameters in org.jline.builtins.ssh with type arguments of type Ssh.ShellParams Constructor Description ShellFactoryImpl(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)
-