Class UploadUploader

All Implemented Interfaces:
Closeable, AutoCloseable

public class UploadUploader extends DbxUploader<FileMetadata,UploadError,UploadErrorException>
The DbxUploader returned by DbxUserFilesRequests.upload(String).

Use this class to upload data to the server and complete the request.

This class should be properly closed after use to prevent resource leaks and allow network connection reuse. Always call DbxUploader.close() when complete (see DbxUploader for examples).