public class ProgressResponseBody
extends expolib_v1.okhttp3.ResponseBody
| Constructor and Description |
|---|
ProgressResponseBody(expolib_v1.okhttp3.ResponseBody responseBody,
ProgressListener progressListener) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
expolib_v1.okhttp3.MediaType |
contentType() |
expolib_v1.okio.BufferedSource |
source() |
long |
totalBytesRead() |
public ProgressResponseBody(expolib_v1.okhttp3.ResponseBody responseBody,
ProgressListener progressListener)
public expolib_v1.okhttp3.MediaType contentType()
contentType in class expolib_v1.okhttp3.ResponseBodypublic long contentLength()
contentLength in class expolib_v1.okhttp3.ResponseBodypublic long totalBytesRead()
public expolib_v1.okio.BufferedSource source()
source in class expolib_v1.okhttp3.ResponseBody