HttpManager

class HttpManager @JvmOverloads constructor(timeoutMillis: Int = Constants.TIME_OUT_MILLIS) : IHttpManager

HttpManager使用 HttpURLConnection 实现

Author

Jenly

Follow me

Constructors

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

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>

下载