类 AbstractDownloadFileThread
java.lang.Object
net.jlxxw.http.spider.file.thread.AbstractDownloadFileThread
抽象文件下载线程
- 作者:
- chunyang.leng
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static AbstractDownloadFileThreadbigFileThread(ProxyRestTemplatePool proxyRestTemplatePool, org.springframework.http.HttpHeaders header, FileInfo fileInfo, int index, long start, long end) 创建下载大文件线程static AbstractDownloadFileThreadlittleFileThread(ProxyRestTemplatePool proxyRestTemplatePool, org.springframework.http.HttpHeaders header, FileInfo fileInfo) 创建小文件下载线程
-
构造器详细资料
-
AbstractDownloadFileThread
public AbstractDownloadFileThread()
-
-
方法详细资料
-
littleFileThread
public static AbstractDownloadFileThread littleFileThread(ProxyRestTemplatePool proxyRestTemplatePool, org.springframework.http.HttpHeaders header, FileInfo fileInfo) 创建小文件下载线程- 参数:
header- 请求头fileInfo- 文件信息- 返回:
-
bigFileThread
public static AbstractDownloadFileThread bigFileThread(ProxyRestTemplatePool proxyRestTemplatePool, org.springframework.http.HttpHeaders header, FileInfo fileInfo, int index, long start, long end) 创建下载大文件线程- 参数:
header- 请求头fileInfo- 文件信息index- 分片索引start- 开始索引end- 结束索引
-