标签:httpurlconnection apache http client android http client
if (Build.VERSION.SDK_INT >= 9) { stack = new HurlStack();-->HttpURLConnection } else { // Prior to Gingerbread, HttpUrlConnection was unreliable. // See: http://android-developers.blogspot.com/2011/09/androids-http-clients.html stack = new HttpClientStack(AndroidHttpClient.newInstance(userAgent)); -->Apache Http client }
HttpURLConnection or Apache Http client
标签:httpurlconnection apache http client android http client
原文地址:http://blog.csdn.net/ruils/article/details/40856145