类 ProgressResponseBody

  • 所有已实现的接口:
    Closeable, AutoCloseable

    public class ProgressResponseBody
    extends okhttp3.ResponseBody
    • 构造器详细资料

      • ProgressResponseBody

        public ProgressResponseBody​(okhttp3.ResponseBody responseBody,
                                    ApiCallback callback)
    • 方法详细资料

      • contentType

        public okhttp3.MediaType contentType()
        指定者:
        contentType 在类中 okhttp3.ResponseBody
      • contentLength

        public long contentLength()
        指定者:
        contentLength 在类中 okhttp3.ResponseBody
      • source

        public okio.BufferedSource source()
        指定者:
        source 在类中 okhttp3.ResponseBody