...The advanced use case such as set max parallel running count, set remit database delay milliseconds or injection components. FileDownloader is multitask, multi thread (multi connection), breakpoint-resume, high-concurrency, simple to use, single/not single-process. From now on, FileDownloader supports the following components to be customized by yourself, Connection, OutputStream, Database, ConnectionCountAdapter, IdGenerator, and ForegroundServiceConfig. You can use okhttp as your connection component. If you don't want to use any database on FileDownloader(the database on FileDownloader is used for persistent tasks' breakpoint info) just use NoDatabaseImpl.java. ...