-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Attention
Jacksgong edited this page Apr 14, 2016
·
1 revision
- Using
FileDownloadLargeFileListener
instance instead ofFileDownloadListener
, when file size maybe greater than 1.99G(2^31-1=2_147_483_647
)(The same use:getLargeFileSoFarBytes()
andgetLargeFileTotalBytes()
). - Default by okhttp: retryOnConnectionFailure: Unreachable IP addresses/Stale pooled connections/Unreachable proxy servers
- Default by okhttp: connection/read/write time out 10s
- FileDownloader is enable Avoid Missing Screen Frames as default, if you want to disable it, please invoke
FileDownloader.getImpl().disableAvoidDropFrame()
.
- Initialization
- Start downloading
- Pause or Stop
- Get the internal stored data
- Customizable Component
- Interface