Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> Android異步HTTP客戶端的特點

Android異步HTTP客戶端的特點

編輯:關於Android編程


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
  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved