public abstract class HttpUploadTask extends UploadTask implements HttpConnection.RequestBodyDelegate, BodyWriter.OnStreamWriteListener
| Constructor and Description |
|---|
HttpUploadTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBytesWritten(int bytesWritten)
Called every time that a bunch of bytes were written to the body
|
boolean |
shouldContinueWriting()
Indicates if the writing of the stream into the body should continue.
|
cancel, runequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonBodyReadypublic boolean shouldContinueWriting()
BodyWriter.OnStreamWriteListenershouldContinueWriting in interface BodyWriter.OnStreamWriteListenerpublic void onBytesWritten(int bytesWritten)
BodyWriter.OnStreamWriteListeneronBytesWritten in interface BodyWriter.OnStreamWriteListenerbytesWritten - number of written bytes