public class MultipartUploadTask extends HttpUploadTask
| Constructor and Description |
|---|
MultipartUploadTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBodyReady(BodyWriter bodyWriter)
Handles the writing of the request body.
|
onBytesWritten, shouldContinueWritingcancel, runpublic void onBodyReady(BodyWriter bodyWriter) throws IOException
HttpConnection.RequestBodyDelegatebodyWriter - object with which to write on the bodyIOException - if an error occurs while writing the body