java.lang.Object
com.squareup.okhttp.ResponseBody
de.iip_ecosphere.platform.support.semanticId.eclass.handler.ProgressResponseBody
All Implemented Interfaces:
Closeable, AutoCloseable

public class ProgressResponseBody extends com.squareup.okhttp.ResponseBody
  • Field Details

    • responseBody

      private final com.squareup.okhttp.ResponseBody responseBody
    • progressListener

      private final ProgressResponseBody.ProgressListener progressListener
    • bufferedSource

      private okio.BufferedSource bufferedSource
  • Constructor Details

  • Method Details

    • 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
    • source

      private okio.Source source(okio.Source source)