Package com.amilesend.tvdb.client
Class ProgressResponseBody
java.lang.Object
okhttp3.ResponseBody
com.amilesend.tvdb.client.ProgressResponseBody
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class ProgressResponseBody
extends okhttp3.ResponseBody
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class okhttp3.ResponseBody
okhttp3.ResponseBody.BomAwareReader, okhttp3.ResponseBody.Companion
-
Field Summary
Fields inherited from class okhttp3.ResponseBody
Companion, EMPTY
-
Constructor Summary
ConstructorsConstructorDescriptionProgressResponseBody
(okhttp3.ResponseBody responseBody, ProgressResponseBody.ProgressListener progressListener) -
Method Summary
Methods inherited from class okhttp3.ResponseBody
bytes, byteStream, byteString, charStream, close, create, create, create, create, create, create, create, create, string
-
Constructor Details
-
ProgressResponseBody
public ProgressResponseBody(okhttp3.ResponseBody responseBody, ProgressResponseBody.ProgressListener progressListener)
-
-
Method Details
-
contentType
public okhttp3.MediaType contentType()- Specified by:
contentType
in classokhttp3.ResponseBody
-
contentLength
public long contentLength()- Specified by:
contentLength
in classokhttp3.ResponseBody
-
source
public okio.BufferedSource source()- Specified by:
source
in classokhttp3.ResponseBody
-