public class ProgressResponseBody
extends com.squareup.okhttp.ResponseBody
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProgressResponseBody.ProgressListener |
| Constructor and Description |
|---|
ProgressResponseBody(com.squareup.okhttp.ResponseBody responseBody,
ProgressResponseBody.ProgressListener progressListener) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
com.squareup.okhttp.MediaType |
contentType() |
okio.BufferedSource |
source() |
public ProgressResponseBody(com.squareup.okhttp.ResponseBody responseBody,
ProgressResponseBody.ProgressListener progressListener)
public com.squareup.okhttp.MediaType contentType()
public long contentLength()
throws IOException
public okio.BufferedSource source()
throws IOException
Copyright © 2016. All rights reserved.