文件名称:android Http Post 连接服务器超时Demo
文件大小:46KB
文件格式:RAR
更新时间:2014-08-16 09:06:33
Android http 连接超时
new Thread(new Runnable() { public void run() { // TODO Auto-generated method stub try { //设置连接超时 HttpParams httpParameters = new BasicHttpParams(); int timeoutConnection = 3000; HttpConnectionParams.setConnectionTimeout(httpParameters, timeoutConnection); DefaultHttpClient httpclient = new DefaultHttpClient( httpParameters);
【文件预览】:
TimeOutTest
----.project(847B)
----default.properties(364B)
----bin()
--------cn()
--------TimeOutTest.apk(16KB)
--------resources.ap_(11KB)
--------classes.dex(7KB)
----AndroidManifest.xml(596B)
----src()
--------cn()
----res()
--------values()
--------layout()
--------drawable-ldpi()
--------drawable-hdpi()
--------drawable-mdpi()
----.classpath(280B)
----gen()
--------cn()
----assets()