Class ProgressResponseBody

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ProgressResponseBody
    extends com.squareup.okhttp.ResponseBody
    • Method Detail

      • contentType

        public com.squareup.okhttp.MediaType contentType()
        Specified by:
        contentType in class com.squareup.okhttp.ResponseBody
      • contentLength

        public long contentLength()
                           throws IOException
        Specified by:
        contentLength in class com.squareup.okhttp.ResponseBody
        Throws:
        IOException
      • source

        public okio.BufferedSource source()
                                   throws IOException
        Specified by:
        source in class com.squareup.okhttp.ResponseBody
        Throws:
        IOException