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