public class PutRequest extends OkHttpRequest
| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
static org.slf4j.Logger |
logger |
body, builder, encodedParams, fileInfos, headers, id, multipartBody, params, url| 构造器 | 说明 |
|---|---|
PutRequest(String url,
Object tag,
Map<String,String> params,
Map<String,String> headers,
List<PostRequest.FileInfo> fileInfos,
String body,
okhttp3.MultipartBody multipartBody,
int id) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
protected okhttp3.Request |
buildRequest(okhttp3.RequestBody requestBody) |
|
protected okhttp3.RequestBody |
buildRequestBody() |
|
static String |
getMimeType(String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendHeaders, build, createRequest, createRequestBody, getIdprotected okhttp3.RequestBody buildRequestBody()
buildRequestBody 在类中 OkHttpRequestprotected okhttp3.Request buildRequest(okhttp3.RequestBody requestBody)
buildRequest 在类中 OkHttpRequestCopyright © 2019. All rights reserved.