Package ru.tinkoff.kora.http.client.ok
Class OkHttpRequestBody
java.lang.Object
okhttp3.RequestBody
ru.tinkoff.kora.http.client.ok.OkHttpRequestBody
public final class OkHttpRequestBody
extends okhttp3.RequestBody
-
Nested Class Summary
Nested classes/interfaces inherited from class okhttp3.RequestBody
okhttp3.RequestBody.Companion -
Field Summary
Fields inherited from class okhttp3.RequestBody
Companion -
Constructor Summary
ConstructorsConstructorDescriptionOkHttpRequestBody(ru.tinkoff.kora.http.common.body.HttpBodyOutput bodyOutput) -
Method Summary
Modifier and TypeMethodDescriptionlongokhttp3.MediaTypevoidwriteTo(okio.BufferedSink bufferedSink) Methods inherited from class okhttp3.RequestBody
create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, gzip, isDuplex, isOneShot
-
Constructor Details
-
OkHttpRequestBody
public OkHttpRequestBody(ru.tinkoff.kora.http.common.body.HttpBodyOutput bodyOutput)
-
-
Method Details
-
contentType
@Nullable public okhttp3.MediaType contentType()- Specified by:
contentTypein classokhttp3.RequestBody
-
contentLength
public long contentLength()- Overrides:
contentLengthin classokhttp3.RequestBody
-
writeTo
public void writeTo(@Nonnull okio.BufferedSink bufferedSink) - Specified by:
writeToin classokhttp3.RequestBody
-