Class ProgressResponseBody
- java.lang.Object
-
- okhttp3.ResponseBody
-
- com.evolveum.midpoint.ninja.action.upgrade.ProgressResponseBody
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class ProgressResponseBody extends okhttp3.ResponseBody
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
contentLength()
okhttp3.MediaType
contentType()
okio.BufferedSource
source()
-
-
-
Method Detail
-
contentType
public okhttp3.MediaType contentType()
- Specified by:
contentType
in classokhttp3.ResponseBody
-
contentLength
public long contentLength()
- Specified by:
contentLength
in classokhttp3.ResponseBody
-
source
public okio.BufferedSource source()
- Specified by:
source
in classokhttp3.ResponseBody
-
-