Uses of Class
com.sshtools.client.tasks.UploadInputStreamTask.UploadInputStreamTaskBuilder
Packages that use UploadInputStreamTask.UploadInputStreamTaskBuilder
-
Uses of UploadInputStreamTask.UploadInputStreamTaskBuilder in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that return UploadInputStreamTask.UploadInputStreamTaskBuilderModifier and TypeMethodDescriptionUploadInputStreamTask.UploadInputStreamTaskBuilder.create()Create a newUploadInputStreamTask.UploadInputStreamTaskBuilderUploadInputStreamTask.UploadInputStreamTaskBuilder.withInputStream(InputStream input) Set theInputStreamto upload.UploadInputStreamTask.UploadInputStreamTaskBuilder.withLength(long length) Set the length of content that will be uploaded (if known).UploadInputStreamTask.UploadInputStreamTaskBuilder.withRemote(Path remote) Set the remote path to upload the file to.UploadInputStreamTask.UploadInputStreamTaskBuilder.withRemote(Optional<Path> remote) Set the remote path to upload the file to.UploadInputStreamTask.UploadInputStreamTaskBuilder.withRemotePath(String remote) Set the remote path to upload the file to.UploadInputStreamTask.UploadInputStreamTaskBuilder.withRemotePath(Optional<String> remote) Set the remote path to upload the file to.