Uses of Class
com.sshtools.client.SshClient
Packages that use SshClient
Package
Description
-
Uses of SshClient in com.sshtools.client
Methods in com.sshtools.client that return SshClientModifier and TypeMethodDescriptionSshClient.PreConnectedSshClientBuilder.build()Build a newSshClient.SshClientBuilderset.SshClient.SshClientBuilder.build()Build a newSshClient.SshClientBuilderset.static SshClientSshCompatibilityUtils.getRemoteClient(String hostname, int port, String username, String password, boolean tcpNoDelay) SshClient.openRemoteClient(String hostname, int port, String username) -
Uses of SshClient in com.sshtools.client.scp
Fields in com.sshtools.client.scp declared as SshClientConstructors in com.sshtools.client.scp with parameters of type SshClientModifierConstructorDescriptionCreates an SCP client.ScpClient(AbstractFileFactory<?> fileFactory, SshClient ssh) Creates an SCP client.ScpClientIO(SshClient ssh) Creates an SCP client. -
Uses of SshClient in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp with parameters of type SshClientModifier and TypeMethodDescriptionSftpClient.SftpClientBuilder.withClient(SshClient client) Use an existingSshClientto create theSftpClient.Constructors in com.sshtools.client.sftp with parameters of type SshClientModifierConstructorDescriptionSftpClient(SshClient ssh) Deprecated, for removal: This API element is subject to removal in a future version.SftpClient(SshClient ssh, AbstractFileFactory<?> fileFactory) Deprecated, for removal: This API element is subject to removal in a future version.SftpClientTask(SshClient ssh) -
Uses of SshClient in com.sshtools.client.tasks
Fields in com.sshtools.client.tasks with type parameters of type SshClientModifier and TypeFieldDescriptionprotected final LinkedList<SshClient>AbstractOptimisedTask.clientsAbstractConnectionTask.AbstractConnectionTaskBuilder.clientSupplierAbstractConnectionTask.clientSupplierMethods in com.sshtools.client.tasks with parameters of type SshClientModifier and TypeMethodDescriptionAbstractConnectionTask.AbstractConnectionTaskBuilder.withClient(SshClient client) Set a singleSshClientto use.Method parameters in com.sshtools.client.tasks with type arguments of type SshClientModifier and TypeMethodDescriptionAbstractConnectionTask.AbstractConnectionTaskBuilder.withClients(Function<Integer, SshClient> clientSupplier) Constructors in com.sshtools.client.tasks with parameters of type SshClientModifierConstructorDescriptionprotectedDeprecated, for removal: This API element is subject to removal in a future version.AbstractSessionTask(SshClient ssh, ChannelRequestFuture future) Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.UploadFileContentTask(SshClient ssh, String content, String encoding, String path) Deprecated, for removal: This API element is subject to removal in a future version.UploadInputStreamTask(SshClient ssh, InputStream input, String path) Deprecated, for removal: This API element is subject to removal in a future version.