public class UploadSessionAppendUploader extends DbxUploader<Void,UploadSessionLookupError,UploadSessionLookupErrorException>
DbxUploader returned by DbxUserFilesRequests.uploadSessionAppend(String,long).
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).
| Constructor and Description |
|---|
UploadSessionAppendUploader(HttpRequestor.Uploader httpUploader)
Creates a new instance of this uploader.
|
| Modifier and Type | Method and Description |
|---|---|
protected UploadSessionLookupErrorException |
newException(DbxWrappedException error) |
abort, close, finish, getOutputStream, uploadAndFinish, uploadAndFinishpublic UploadSessionAppendUploader(HttpRequestor.Uploader httpUploader)
httpUploader - Initiated HTTP upload requestNullPointerException - if httpUploader is nullprotected UploadSessionLookupErrorException newException(DbxWrappedException error)
newException in class DbxUploader<Void,UploadSessionLookupError,UploadSessionLookupErrorException>