public class ProgressResponseBody
extends okhttp3.ResponseBody
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProgressResponseBody.ProgressListener |
| Constructor and Description |
|---|
ProgressResponseBody(okhttp3.ResponseBody responseBody,
ProgressResponseBody.ProgressListener progressListener) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
okhttp3.MediaType |
contentType() |
okio.BufferedSource |
source() |
public ProgressResponseBody(okhttp3.ResponseBody responseBody,
ProgressResponseBody.ProgressListener progressListener)
public okhttp3.MediaType contentType()
contentType in class okhttp3.ResponseBodypublic long contentLength()
contentLength in class okhttp3.ResponseBodypublic okio.BufferedSource source()
source in class okhttp3.ResponseBodyCopyright © 2020. All rights reserved.