ProgressResponseBody

open class ProgressResponseBody : ResponseBody

Author

Jenly

Constructors

Link copied to clipboard
constructor(responseBody: ResponseBody, progressListeners: List<ProgressListener>, updateIntervalTime: Long, handler: Handler)

Functions

Link copied to clipboard
fun bytes(): Array<Byte>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun close()
Link copied to clipboard
open fun contentLength(): Long
Link copied to clipboard
open fun contentType(): MediaType
Link copied to clipboard
open fun create(contentType: MediaType, content: String): ResponseBody
Link copied to clipboard
open fun source(): BufferedSource
Link copied to clipboard
fun string(): String