public class ProgressRequestBody
extends expolib_v1.okhttp3.RequestBody
| Constructor and Description |
|---|
ProgressRequestBody(expolib_v1.okhttp3.RequestBody requestBody,
ProgressListener progressListener) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
expolib_v1.okhttp3.MediaType |
contentType() |
void |
writeTo(expolib_v1.okio.BufferedSink sink) |
public ProgressRequestBody(expolib_v1.okhttp3.RequestBody requestBody,
ProgressListener progressListener)
public expolib_v1.okhttp3.MediaType contentType()
contentType in class expolib_v1.okhttp3.RequestBodypublic long contentLength()
throws java.io.IOException
contentLength in class expolib_v1.okhttp3.RequestBodyjava.io.IOExceptionpublic void writeTo(expolib_v1.okio.BufferedSink sink)
throws java.io.IOException
writeTo in class expolib_v1.okhttp3.RequestBodyjava.io.IOException