public class ProgressRequestBody
extends com.squareup.okhttp.RequestBody
| Constructor and Description |
|---|
ProgressRequestBody(com.squareup.okhttp.RequestBody requestBody,
ApiCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
com.squareup.okhttp.MediaType |
contentType() |
void |
writeTo(okio.BufferedSink sink) |
public ProgressRequestBody(com.squareup.okhttp.RequestBody requestBody,
ApiCallback callback)
public com.squareup.okhttp.MediaType contentType()
contentType in class com.squareup.okhttp.RequestBodypublic long contentLength()
throws IOException
contentLength in class com.squareup.okhttp.RequestBodyIOExceptionpublic void writeTo(okio.BufferedSink sink)
throws IOException
writeTo in class com.squareup.okhttp.RequestBodyIOExceptionCopyright © 2019. All Rights Reserved.