Package io.freefair.spring.okhttp
Class ResourceRequestBody
java.lang.Object
okhttp3.RequestBody
io.freefair.spring.okhttp.ResourceRequestBody
-
Nested Class Summary
Nested classes/interfaces inherited from class okhttp3.RequestBody
RequestBody.Companion -
Field Summary
Fields inherited from class okhttp3.RequestBody
Companion -
Constructor Summary
ConstructorsConstructorDescriptionResourceRequestBody(Resource resource) ResourceRequestBody(Resource resource, MediaType okhttpMediaType) ResourceRequestBody(Resource resource, MimeType springMimeType) -
Method Summary
-
Constructor Details
-
ResourceRequestBody
-
ResourceRequestBody
-
ResourceRequestBody
-
-
Method Details
-
contentType
- Specified by:
contentTypein classRequestBody
-
writeTo
- Specified by:
writeToin classRequestBody- Throws:
IOException
-
contentLength
- Overrides:
contentLengthin classRequestBody- Throws:
IOException
-
isOneShot
- Overrides:
isOneShotin classRequestBody
-