I am using Android SDK 1.0 R1 and I have a question about sending HTTP
requests in an Android
application.

Google's Downloader application uses the AndroidHttpClient class to
send an HTTP request:

http://code.google.com/p/apps-for-android/source/browse/trunk/Samples/Downloader/src/com/google/android/downloader/DownloaderActivity.java?r=65

line 24:

  import android.net.http.AndroidHttpClient;

line 432:

  mHttpClient = AndroidHttpClient.newInstance(mUserAgent);


I checked the online javadocs and did not find any public
documentation for AndroidHttpClient:

  http://code.google.com/android/reference/android/net/http/package-summary.html


Is Google's Downloader application using a public API class or an
internal (non-public) class?

Please advise.

Sean

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to