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
Fields in org.jline.builtins.ssh with type parameters of type Ssh.ShellParams Modifier and Type Field Description private java.util.function.Consumer<Ssh.ShellParams>
ShellFactoryImpl. shell
private java.util.function.Consumer<Ssh.ShellParams>
Ssh. shell
Constructor parameters in org.jline.builtins.ssh with type arguments of type Ssh.ShellParams Constructor Description ShellFactoryImpl(java.util.function.Consumer<Ssh.ShellParams> shell)
Ssh(java.util.function.Consumer<Ssh.ShellParams> shell, java.util.function.Consumer<Ssh.ExecuteParams> execute, java.util.function.Supplier<org.apache.sshd.server.SshServer> serverBuilder, java.util.function.Supplier<org.apache.sshd.client.SshClient> clientBuilder)
-