Android began including HttpClient 4 around version 1.1 or so. The
org.apache.http package is usually the one you will want for HTTP
(java.net is still available, but that is a much lower level).

http://developer.android.com/reference/org/apache/http/package-summary.html

On Jan 19, 12:26 am, eli <[email protected]> wrote:
> Are most of the classes in android.net.http.* deprecated? There is no
> javadoc except for SslCertificate and SslError but most classes are
> still in the sdk? Can I still use it or java.net.* is the way to go?
-- 
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