首页>代码>java开源网页分析工具htmlunit爬虫抓取搜狐图片到本地的实例>/src/main/java/com/xqx/htmlunit/SimpleConectionListener.java
package com.xqx.htmlunit;

import java.io.IOException;

import com.gargoylesoftware.htmlunit.WebClient;
import com.gargoylesoftware.htmlunit.WebRequest;
import com.gargoylesoftware.htmlunit.WebResponse;
import com.gargoylesoftware.htmlunit.util.FalsifyingWebConnection;

public class SimpleConectionListener extends FalsifyingWebConnection{
	
	public SimpleConectionListener(WebClient webClient) throws IllegalArgumentException {
		super(webClient);
	}

	@Override
	public WebResponse getResponse(WebRequest request) throws IOException {
		 WebResponse response = super.getResponse(request);
		 
		 String url = response.getWebRequest().getUrl().toString();
		 System.out.println("请求资源地址:======》"+url);
		 
		 return response;
	}

}
最近下载更多
a837535114  LV10 2020年5月19日
刘孟飞  LV19 2020年3月29日
1715656022  LV1 2020年3月19日
x201720030132  LV3 2019年12月25日
newhaijun  LV15 2019年11月14日
xuguangyue120  LV9 2019年8月8日
psyche  LV1 2019年4月26日
zhangguobin  LV14 2019年4月24日
hello王源  LV12 2019年4月18日
蛇头凌志  LV8 2019年2月22日
最近浏览更多
夜上清元  LV8 2022年5月4日
2206371875  LV7 2022年4月25日
crosa_Don  LV18 2022年4月1日
daima119977 2022年3月15日
暂无贡献等级
18784679855  LV8 2022年3月12日
心印语  LV9 2022年3月3日
故渊  LV1 2021年12月24日
Aoifee  LV4 2021年11月11日
君亦逍遥  LV2 2021年6月4日
别碰我被窝  LV9 2021年4月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友