OSDN Git Service

API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session caching.
authorDan Egnor <egnor@google.com>
Tue, 9 Feb 2010 05:56:38 +0000 (21:56 -0800)
committerDan Egnor <egnor@google.com>
Wed, 10 Feb 2010 22:43:21 +0000 (14:43 -0800)
commit60586f2ec65d16d185767fce4311d3ed0e9112ac
tree0006970ad06fc8b155d282651043d87b3972e23e
parentd2e6af66ce9fdf7bfa72efe18b74260901a944a6
API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session caching.

Generally clean up the associated SSLCertificateSocketFactory API as well,
change AndroidHttpClient to use this new thing, and make the android-common
library build SDK-clean (woo hoo).

Bug: 2362543
Bug: 2357311
api/current.xml
common/Android.mk
common/java/com/android/common/AndroidHttpClient.java
common/java/com/android/common/ArrayListCursor.java
core/java/android/net/SSLCertificateSocketFactory.java
core/java/android/net/SSLSessionCache.java [new file with mode: 0644]
core/java/android/provider/Settings.java