Uses of Class
com.sshtools.client.SshClient.PreConnectedSshClientBuilder
Packages that use SshClient.PreConnectedSshClientBuilder
-
Uses of SshClient.PreConnectedSshClientBuilder in com.sshtools.client
Methods in com.sshtools.client that return SshClient.PreConnectedSshClientBuilderModifier and TypeMethodDescriptionSshClient.SshClientBuilder.create
(com.sshtools.common.ssh.SshConnection connection) Create a newSshClient.SshClientBuilder
using an existing connection.SshClient.PreConnectedSshClientBuilder.withoutCloseOnDisconnect()
Set whether to close theSshConnection
when this client disconnects.