AndroidHttpClient |
Implementation of the Apache DefaultHttpClient that is configured with
reasonable default settings and registered schemes for Android, and
also lets the user add HttpRequestInterceptor classes. |
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:
- common name (CN),
- organization (O),
- 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. |