Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 1
package

android.net.http

Classes

AndroidHttpClient Implementation of the Apache DefaultHttpClient that is configured with reasonable default settings and registered schemes for Android. 
HttpResponseCache Caches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and bandwidth. 
SslCertificate SSL certificate info (certificate details) class  
SslCertificate.DName A distinguished name helper class: a 3-tuple of:
  • the most specific common name (CN)
  • the most specific organization (O)
  • the most specific organizational unit (OU)
    •  
SslError This class represents a set of one or more SSL errors and the associated SSL certificate. 
X509TrustManagerExtensions X509TrustManager wrapper exposing Android-added features.