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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longcontentLength()okhttp3.MediaTypecontentType()okio.BufferedSourcesource()
 
- 
- 
- 
Method Detail- 
contentTypepublic okhttp3.MediaType contentType() - Specified by:
- contentTypein class- okhttp3.ResponseBody
 
 - 
contentLengthpublic long contentLength() - Specified by:
- contentLengthin class- okhttp3.ResponseBody
 
 - 
sourcepublic okio.BufferedSource source() - Specified by:
- sourcein class- okhttp3.ResponseBody
 
 
- 
 
-