类 OkHttpMultipartBody
java.lang.Object
okhttp3.RequestBody
com.dtflys.forest.backend.okhttp3.body.OkHttpMultipartBody
public class OkHttpMultipartBody
extends okhttp3.RequestBody
-
构造器概要
构造器构造器说明OkHttpMultipartBody(ForestRequest request, okhttp3.RequestBody requestBody, LifeCycleHandler handler) -
方法概要
从类继承的方法 okhttp3.RequestBody
create, create, create, create, create, isDuplex, isOneShot
-
构造器详细资料
-
OkHttpMultipartBody
public OkHttpMultipartBody(ForestRequest request, okhttp3.RequestBody requestBody, LifeCycleHandler handler)
-
-
方法详细资料
-
contentType
public okhttp3.MediaType contentType()- 指定者:
contentType在类中okhttp3.RequestBody
-
contentLength
public long contentLength()- 覆盖:
contentLength在类中okhttp3.RequestBody
-
writeTo
- 指定者:
writeTo在类中okhttp3.RequestBody- 抛出:
IOException
-