ProgressRequestBody

open class ProgressRequestBody : RequestBody

Author

Jenly

Constructors

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

Functions

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): RequestBody
Link copied to clipboard
open fun isDuplex(): Boolean
Link copied to clipboard
open fun isOneShot(): Boolean
Link copied to clipboard
open fun writeTo(sink: BufferedSink)