码迷,mamicode.com
首页 > 移动开发 > 详细

Android异步HTTP客户端的特点

时间:2014-05-26 04:08:22      阅读:330      评论:0      收藏:0      [点我收藏+]

标签:异步   android   asynchronous   


Features

  • Make asynchronous HTTP requests, handle responses in anonymous callbacks
  • HTTP requests happen outside the UI thread
  • Requests use a threadpool to cap concurrent resource usage
  • GET/POST params builder (RequestParams)
  • Multipart file uploads with no additional third party libraries
  • Tiny size overhead to your application, only 60kb for everything
  • Automatic smart request retries optimized for spotty mobile connections
  • Automatic gzip response decoding support for super-fast requests
  • Optional built-in response parsing into JSON (JsonHttpResponseHandler)
  • Optional persistent cookie store, saves cookies into your app‘s SharedPreferences
产品特点 

进行异步HTTP请求,处理匿名回调响应 
HTTP请求发生在UI线程以外 
请求使用一个线程池的上限并发的资源使用情况 
GET/ POST PARAMS建设者(RequestParams) 
多方文件上传,无需额外的第三方库 
小规模的系统开销的应用程序,只适用于一切25KB 
对于参差不齐的移动连接优化的智能自动重试的请求 
用于超快速自动请求响应的gzip解码支持 
二进制文件(图像等)下载与BinaryHttpResponseHandler 
内置响应解析成JSON与JsonHttpResponseHandler 
持久cookie存储,节省饼干到您的应用程序的SharedPreferences

Android异步HTTP客户端的特点,布布扣,bubuko.com

Android异步HTTP客户端的特点

标签:异步   android   asynchronous   

原文地址:http://blog.csdn.net/huayi211113006/article/details/26624243

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!