Package video.api.client.api
Class ProgressResponseBody
java.lang.Object
okhttp3.ResponseBody
video.api.client.api.ProgressResponseBody
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class ProgressResponseBody
extends okhttp3.ResponseBody
-
Constructor Summary
Constructors Constructor Description ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Method Summary
Modifier and Type Method Description longcontentLength()okhttp3.MediaTypecontentType()okio.BufferedSourcesource()Methods inherited from class okhttp3.ResponseBody
bytes, byteStream, charStream, close, create, create, create, create, stringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProgressResponseBody
-
-
Method Details
-
contentType
public okhttp3.MediaType contentType()- Specified by:
contentTypein classokhttp3.ResponseBody
-
contentLength
public long contentLength()- Specified by:
contentLengthin classokhttp3.ResponseBody
-
source
public okio.BufferedSource source()- Specified by:
sourcein classokhttp3.ResponseBody
-