订阅所有JSP/Servlet的日志 订阅 | 这是最新一篇日志 上一篇 | 下一篇日志 下一篇 ]
JAVA技术

URLConnection设置超时机制提升应用性能与容错

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
import java.net.*;
import java.io.*;
 
public class URLReader {
    public static void main(String[] args)  {
   long a=System.currentTimeMillis();
   try{
	URL myurl = new URL("http://www.chinajavaworld.com");
	URLConnection myurlcon = myurl.openConnection();
	myurlcon.setConnectTimeout(1000);
	myurlcon.setReadTimeout(20000);
	BufferedReader in = new BufferedReader(
				new InputStreamReader(
						myurlcon.getInputStream(),"UTF-8"));
 
	String inputLine;
 
	while ((inputLine = in.readLine()) != null)
	    System.out.println(inputLine);
	in.close();
	System.out.println(System.currentTimeMillis()-a);
	} catch (MalformedURLException e) {
		e.printStackTrace();
	} catch (UnsupportedEncodingException e) {
		e.printStackTrace();
	} catch (IOException e) {
		e.printStackTrace();
	}
    }
}


平均得分
(0 次评分)





文章来自: 本站原创
标签: 性能 超时 URLConnection 容错 
评论: 6 | 查看次数: 14416
  • 共有 6 条评论
游客 [2008-11-18 19:57:25]
游客 [2008-10-14 16:15:11]
游客 [2008-08-07 11:53:05]
游客 [2008-08-05 11:09:19]
游客 [2008-08-01 10:44:25]
游客 [2008-06-13 10:59:04]
精油
论文发表
上海翻译公司
上海翻译
英语培训
英语口语
神经性皮炎
皮炎
湿疹
荨麻疹
慢性荨麻疹
藏獒
液压缸
油缸
破碎机
北京旅游
北京旅行社
条码机
条码打印机
条形码打印机
阴茎增大
伟哥
发酵罐
冰淇淋
加盟店
冷饮店
冰淇淋机
冰淇淋粉
冰激凌
大豆床上用品
保健内衣
羊绒内衣
大豆纤维面料
团购礼品
移民
投资移民
商业移民
技术移民
美国移民
澳洲移民
德国移民
英国移民
加拿大移民
热电偶插头
测温线
热电阻
硅碳棒
除湿机
抽湿机
工业除湿机
空气净化器
空气净化机
吸塑机
纸管机
无缝管
合金管
无缝管
无缝钢管
高血压
无线网桥
无线监控
产品设计
men spa beijing
men massage beijing
pearl jewelry
Beijing Tour
china Tour
beijing Tour
china Tour
beijing Tour
China Necklace Wholesale
China Bracelet Wholesale
China Ring wholesale
China gemstone beads wholesale
China Jewelry Accessories wholesale
China Semiprecious beads wholesale
replica handbag
replica tiffany
replica watches
louis vuitton replica
chanel replica
gucci replica
Chinese language
Chinese learn
learning Chinese
learn mandarin
ecosway
gasifier
coal gas
coal gasification
pro dj cases
beijing tour
beijing tours
beijing travel
beijing tours
china tour
beijing
china tours
china travel
beijing china
china beijing
beijing hotel
beijing hotels
China Flights
carved fireplace
stone bathtub
marble fountain
marble bench
marble fireplace
marble sculpture
marble columns
marble lions
marble doorway
marble gazebo
marble pillar
marble fireplace surround
marble statue
marble bathtub
  • 共有 6 条评论
发表评论
昵 称:  登录
内 容:
选 项:
字数限制 1000 字 | UBB代码 开启 | [img]标签 开启