最終更新:2015-12-29 (火) 02:30:27 (3034d)  

android.net.http.AndroidHttpClient
Top / android.net.http.AndroidHttpClient

https://web.archive.org/web/20131029195330/http://developer.android.com/reference/android/net/http/AndroidHttpClient.html

https://developer.android.com/intl/ja/sdk/api_diff/22/changes/android.net.http.AndroidHttpClient.html

メモ

  • Implementation of the Apache DefaultHttpClient? that is configured with reasonable default settings and registered schemes for Android.
  • Don't create this directly, use the newInstance(String) factory method.
  • static AndroidHttpClient? newInstance(String userAgent, Context context)
  • static AndroidHttpClient? newInstance(String userAgent)
  • HttpResponse? execute(HttpUriRequest request)