上传者: jovinlee
|
上传时间: 2021-07-06 15:04:09
|
文件大小: 3KB
|
文件类型: JAVA
通过http向服务器发出请求,进行数据交互 HttpClient client = new HttpClient();
client.getHttpConnectionManager().getParams().setConnectionTimeout(2000);
GetMethod method = new GetMethod("http://127.0.0.1/config.xml");