public class ProcessRequestBody
extends okhttp3.RequestBody
| 构造器和说明 |
|---|
ProcessRequestBody(okhttp3.RequestBody requestBody,
OnCallback<Process> onProcess,
java.util.concurrent.Executor callbackExecutor,
long contentLength,
long stepBytes) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
contentLength() |
okhttp3.MediaType |
contentType() |
boolean |
isDuplex() |
boolean |
isOneShot() |
void |
writeTo(okio.BufferedSink sink) |
public ProcessRequestBody(okhttp3.RequestBody requestBody,
OnCallback<Process> onProcess,
java.util.concurrent.Executor callbackExecutor,
long contentLength,
long stepBytes)
public long contentLength()
contentLength 在类中 okhttp3.RequestBodypublic boolean isDuplex()
isDuplex 在类中 okhttp3.RequestBodypublic boolean isOneShot()
isOneShot 在类中 okhttp3.RequestBodypublic okhttp3.MediaType contentType()
contentType 在类中 okhttp3.RequestBodypublic void writeTo(okio.BufferedSink sink)
throws java.io.IOException
writeTo 在类中 okhttp3.RequestBodyjava.io.IOExceptionCopyright © 2021 江苏一键联信息科技有限公司. All Rights Reserved.