Class ProgressResponseBody

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ProgressResponseBody
    extends okhttp3.ResponseBody
    • Constructor Detail

      • ProgressResponseBody

        public ProgressResponseBody​(okhttp3.ResponseBody responseBody,
                                    ApiCallback callback)
    • Method Detail

      • contentType

        public okhttp3.MediaType contentType()
        Specified by:
        contentType in class okhttp3.ResponseBody
      • contentLength

        public long contentLength()
        Specified by:
        contentLength in class okhttp3.ResponseBody
      • source

        public okio.BufferedSource source()
        Specified by:
        source in class okhttp3.ResponseBody