@Deprecated public class NoEncodeFormBody extends okhttp3.RequestBody
| 限定符和类型 | 类和说明 |
|---|---|
static class |
NoEncodeFormBody.Builder
已过时。
|
| 构造器和说明 |
|---|
NoEncodeFormBody(List<String> encodedNames,
List<String> encodedValues)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
contentLength()
已过时。
|
okhttp3.MediaType |
contentType()
已过时。
|
String |
encodedName(int index)
已过时。
|
String |
encodedValue(int index)
已过时。
|
int |
size()
已过时。
|
void |
writeTo(okio.BufferedSink sink)
已过时。
|
public int size()
public String encodedName(int index)
public String encodedValue(int index)
public okhttp3.MediaType contentType()
contentType 在类中 okhttp3.RequestBodypublic long contentLength()
contentLength 在类中 okhttp3.RequestBodypublic void writeTo(okio.BufferedSink sink)
throws IOException
writeTo 在类中 okhttp3.RequestBodyIOExceptionCopyright © 2019. All rights reserved.