|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dropbox.client2.DropboxAPI.BasicUploadRequest
protected static final class DropboxAPI.BasicUploadRequest
Constructor Summary | |
---|---|
DropboxAPI.BasicUploadRequest(org.apache.http.client.methods.HttpUriRequest request,
Session session)
|
Method Summary | |
---|---|
void |
abort()
Aborts the request. |
DropboxAPI.Entry |
upload()
Executes the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DropboxAPI.BasicUploadRequest(org.apache.http.client.methods.HttpUriRequest request, Session session)
Method Detail |
---|
public void abort()
DropboxPartialFileException
.
abort
in interface DropboxAPI.UploadRequest
public DropboxAPI.Entry upload() throws DropboxException
upload
in interface DropboxAPI.UploadRequest
DropboxAPI.Entry
representing the uploaded file.
DropboxPartialFileException
- if the request was canceled
before completion.
DropboxServerException
- if the server responds with an error
code. See the constants in DropboxServerException
for
the meaning of each error code. The most common error codes
you can expect from this call are 404 (path to upload not
found), 507 (user over quota), and 400 (unexpected parent
rev).
DropboxIOException
- if any network-related error occurs.
DropboxException
- for any other unknown errors. This is also a
superclass of all other Dropbox exceptions, so you may want to
only catch this exception which signals that some kind of error
occurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |