public class ProxyContentTypeRequestBody
extends okhttp3.RequestBody
| Constructor and Description |
|---|
ProxyContentTypeRequestBody(okhttp3.RequestBody delegateRequestBody) |
ProxyContentTypeRequestBody(okhttp3.RequestBody delegateRequestBody,
String patchFormat) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.MediaType |
contentType() |
void |
writeTo(okio.BufferedSink bufferedSink) |
public ProxyContentTypeRequestBody(okhttp3.RequestBody delegateRequestBody)
public ProxyContentTypeRequestBody(okhttp3.RequestBody delegateRequestBody,
String patchFormat)
public okhttp3.MediaType contentType()
contentType in class okhttp3.RequestBodypublic void writeTo(okio.BufferedSink bufferedSink)
throws IOException
writeTo in class okhttp3.RequestBodyIOExceptionCopyright © 2020. All rights reserved.