程序包 com.easemob.im

类 ProgressRequestBody

java.lang.Object
okhttp3.RequestBody
com.easemob.im.ProgressRequestBody

public class ProgressRequestBody extends okhttp3.RequestBody
  • 嵌套类概要

    从类继承的嵌套类/接口 okhttp3.RequestBody

    okhttp3.RequestBody.Companion
  • 字段概要

    从类继承的字段 okhttp3.RequestBody

    Companion
  • 构造器概要

    构造器
    构造器
    说明
    ProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    long
     
    okhttp3.MediaType
     
    void
    writeTo(okio.BufferedSink sink)
     

    从类继承的方法 okhttp3.RequestBody

    create, create, create, create, create, create, create, create, create, create, create, create, create, isDuplex, isOneShot

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ProgressRequestBody

      public ProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback)
  • 方法详细资料

    • contentType

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

      public long contentLength() throws IOException
      覆盖:
      contentLength 在类中 okhttp3.RequestBody
      抛出:
      IOException
    • writeTo

      public void writeTo(okio.BufferedSink sink) throws IOException
      指定者:
      writeTo 在类中 okhttp3.RequestBody
      抛出:
      IOException