public static class OkHttpUtils.StreamBody
extends okhttp3.RequestBody
| 构造器和说明 |
|---|
StreamBody(HttpStream stream) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
contentLength() |
okhttp3.MediaType |
contentType() |
void |
writeTo(okio.BufferedSink sink) |
public StreamBody(HttpStream stream)
public okhttp3.MediaType contentType()
contentType 在类中 okhttp3.RequestBodypublic long contentLength()
throws java.io.IOException
contentLength 在类中 okhttp3.RequestBodyjava.io.IOExceptionpublic void writeTo(okio.BufferedSink sink)
throws java.io.IOException
writeTo 在类中 okhttp3.RequestBodyjava.io.IOException