请参阅: 说明
| 接口 | 说明 |
|---|---|
| Downloader |
Downloader is the part that downloads web pages and store in Page object.
|
| 类 | 说明 |
|---|---|
| AbstractDownloader |
Base class of downloader with some common methods.
|
| CustomRedirectStrategy |
支持post 302跳转策略实现类
HttpClient默认跳转:httpClientBuilder.setRedirectStrategy(new LaxRedirectStrategy());
上述代码在post/redirect/post这种情况下不会传递原有请求的数据信息。
|
| HttpClientDownloader |
The http downloader based on HttpClient.
|
| HttpClientGenerator |
Copyright © 2017. All rights reserved.