赞
踩
一、Android网络请求
在过去,Android上发送HTTP请求一般有两种方式:HttpURLConnection以及HttpClient。不过由于HttpClient存在API数量过多、扩展困难等缺点,在Android 6.0系统中,HttpClient功能被完全移除。
二、HttpURLConnection的基本用法
三、HttpsURLConnection
相比于HttpURLConnection,HttpsURLConnection的不同之处在于其作用于HTTPS协议,而HttpURLConnection作用于HTTP协议。
在用法上没有较大的区别。
参考资料:《第一行代码 Android 第2版》
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。