Package com.algorand.algosdk.kmd.client
Class ProgressResponseBody
- java.lang.Object
-
- com.squareup.okhttp.ResponseBody
-
- com.algorand.algosdk.kmd.client.ProgressResponseBody
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class ProgressResponseBody extends com.squareup.okhttp.ResponseBody
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ProgressResponseBody.ProgressListener
-
Constructor Summary
Constructors Constructor Description ProgressResponseBody(com.squareup.okhttp.ResponseBody responseBody, ProgressResponseBody.ProgressListener progressListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
contentLength()
com.squareup.okhttp.MediaType
contentType()
okio.BufferedSource
source()
-
-
-
Constructor Detail
-
ProgressResponseBody
public ProgressResponseBody(com.squareup.okhttp.ResponseBody responseBody, ProgressResponseBody.ProgressListener progressListener)
-
-
Method Detail
-
contentType
public com.squareup.okhttp.MediaType contentType()
- Specified by:
contentType
in classcom.squareup.okhttp.ResponseBody
-
contentLength
public long contentLength() throws IOException
- Specified by:
contentLength
in classcom.squareup.okhttp.ResponseBody
- Throws:
IOException
-
source
public okio.BufferedSource source() throws IOException
- Specified by:
source
in classcom.squareup.okhttp.ResponseBody
- Throws:
IOException
-
-