接口 HttpSpider
- 所有已知实现类:
HttpSpiderAdapter
public interface HttpSpider
- 作者:
- chunyang.leng
-
方法概要
-
方法详细资料
-
downloadFile
下载文件- 参数:
url-headers-- 返回:
- 抛出:
IOExceptionException
-
html
void html(String url, org.springframework.http.HttpHeaders headers, Consumer<String> htmlConsumer) throws Exception 下载 html 页面- 参数:
url- 要访问的页面headers- 请求头htmlConsumer- html 处理者- 抛出:
IOExceptionException
-