public class ProxyContentTypeRequestBody
extends com.squareup.okhttp.RequestBody
| Constructor and Description |
|---|
ProxyContentTypeRequestBody(com.squareup.okhttp.RequestBody delegateRequestBody) |
ProxyContentTypeRequestBody(com.squareup.okhttp.RequestBody delegateRequestBody,
java.lang.String patchFormat) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.MediaType |
contentType() |
void |
writeTo(okio.BufferedSink bufferedSink) |
public ProxyContentTypeRequestBody(com.squareup.okhttp.RequestBody delegateRequestBody)
public ProxyContentTypeRequestBody(com.squareup.okhttp.RequestBody delegateRequestBody,
java.lang.String patchFormat)
public com.squareup.okhttp.MediaType contentType()
contentType in class com.squareup.okhttp.RequestBodypublic void writeTo(okio.BufferedSink bufferedSink)
throws java.io.IOException
writeTo in class com.squareup.okhttp.RequestBodyjava.io.IOExceptionCopyright © 2019. All rights reserved.