public static interface HttpConnection.RequestBodyDelegate
Modifier and Type | Method and Description |
---|---|
void |
onBodyReady(BodyWriter bodyWriter)
Handles the writing of the request body.
|
void onBodyReady(BodyWriter bodyWriter) throws IOException
bodyWriter
- object with which to write on the bodyIOException
- if an error occurs while writing the body