Package org.openapitools.client
Class ProgressRequestBody
- java.lang.Object
-
- RequestBody
-
- org.openapitools.client.ProgressRequestBody
-
public class ProgressRequestBody extends RequestBody
-
-
Constructor Summary
Constructors Constructor Description ProgressRequestBody(RequestBody requestBody, ApiCallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcontentLength()MediaTypecontentType()voidwriteTo(BufferedSink sink)
-
-
-
Constructor Detail
-
ProgressRequestBody
public ProgressRequestBody(RequestBody requestBody, ApiCallback callback)
-
-
Method Detail
-
contentType
public MediaType contentType()
-
contentLength
public long contentLength() throws IOException- Throws:
IOException
-
writeTo
public void writeTo(BufferedSink sink) throws IOException- Throws:
IOException
-
-