标签: android http download
我目前正致力于为Android创建下载管理器。为了优化下载,我需要使用多个连接到服务器下载相同的文件。 (即,Windows中使用的Internet Download Manager中使用的相同技术。) 问题是我不知道如何创建多个HTTP连接并下载相同的文件。我希望你能帮助我..提前致谢!
答案 0 :(得分:2)
通过Header Content-Range关键字生成几个请求部分文件的线程。见Reading the first part of a file using HTTP
Content-Range