public class AlphaUploadUploader extends DbxUploader<FileMetadata,UploadErrorWithProperties,UploadErrorWithPropertiesException>
DbxUploader
returned by DbxUserFilesRequests.alphaUpload(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).
Constructor and Description |
---|
AlphaUploadUploader(HttpRequestor.Uploader httpUploader,
java.lang.String userId)
Creates a new instance of this uploader.
|
Modifier and Type | Method and Description |
---|---|
protected UploadErrorWithPropertiesException |
newException(DbxWrappedException error) |
abort, close, finish, getOutputStream, uploadAndFinish, uploadAndFinish, uploadAndFinish, uploadAndFinish
public AlphaUploadUploader(HttpRequestor.Uploader httpUploader, java.lang.String userId)
httpUploader
- Initiated HTTP upload requestjava.lang.NullPointerException
- if httpUploader
is null
protected UploadErrorWithPropertiesException newException(DbxWrappedException error)
newException
in class DbxUploader<FileMetadata,UploadErrorWithProperties,UploadErrorWithPropertiesException>