OkHttpManager

class OkHttpManager(okHttpClient: OkHttpClient) : IHttpManager

OkHttpManager使用 OkHttpClient 实现

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(timeoutMillis: Int = Constants.TIME_OUT_MILLIS)
constructor(okHttpClient: OkHttpClient)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun cancel()

取消下载

Link copied to clipboard
open override fun download(url: String, filepath: String, headers: Map<String, String>?): Flow<DownloadState>

下载