this.httpUrl = "";
this.headersMap = new TreeMap<String, String>();
this.urlParaMap = new LinkedHashMap<String, String>();
this.formParaMap = new LinkedHashMap<String, String>();
if (IftConf.ProxyEnable.equals("Y")) {
sendRequestCore = new HttpRequest(IftConf.ProxyIp,IftConf.PROXY_PORT);
} else {
sendRequestCore = new HttpRequest();
}
}