History log of /libcore/luni/src/main/java/javax/net/ssl/HttpsURLConnection.java
Revision Date Author Comments
9c3ab9da1444ba10f83a0f4855a17e660d732800 24-Jul-2013 Kenny Root <kroot@google.com> Delay SSLSocketImpl instantiation until needed DO NOT MERGE

Class preloading will create an instance of objects if they are in
static fields, so put the ones we don't want instantiated into a holder
class that is not preloaded.

(cherry picked from commit da5b7116b58795b169961cbd63c2b21bac741d9a)

Bug: 9984058
Change-Id: Ifbf7b7a3668f19ca21fa66a486ae557086a195b5
89c50e8b8cbefbf8c150e56cf5f71ce440ac0781 24-Jul-2013 Kenny Root <kroot@google.com> Delay SSLSocketImpl instantiation until needed

Class preloading will create an instance of objects if they are in
static fields, so put the ones we don't want instantiated into a holder
class that is not preloaded.

(cherry picked from commit da5b7116b58795b169961cbd63c2b21bac741d9a)

Bug: 9984058
Change-Id: Idaaf718339719a4b13c31606e04c118e6d6dd39a
35fb91cbab5e8f068f7f809c2da6944527e6629b 24-Jul-2013 Kenny Root <kroot@google.com> Delay SSLSocketImpl instantiation until needed DO NOT MERGE

Class preloading will create an instance of objects if they are in
static fields, so put the ones we don't want instantiated into a holder
class that is not preloaded.

(cherry picked from commit da5b7116b58795b169961cbd63c2b21bac741d9a)

Bug: 9984058
Change-Id: Ifbf7b7a3668f19ca21fa66a486ae557086a195b5
b8f93421684a6292496804ca30d8428d2602ce7a 25-Jul-2013 Kenny Root <kroot@google.com> Rename inner class to NoPreloadHolder

This is a magic name that the preload tool will not add to the preload
list. This will prevent these classes from being instantiated during
Zygote's class preloading stage.

Bug: 9984058
Change-Id: Ie0f8a70e9bbf76a4beb7d862c67f665fe6aed280
da5b7116b58795b169961cbd63c2b21bac741d9a 24-Jul-2013 Kenny Root <kroot@google.com> Delay SSLSocketImpl instantiation until needed

Class preloading will create an instance of objects if they are in
static fields, so put the ones we don't want instantiated into a holder
class that is not preloaded.

Bug: 9984058
Change-Id: I0f61deb9120d67d0e855bbc044a2565dbba44e29
c934a095e1f863f00bf6f7c0b37fbd05ebeaaff5 29-Oct-2012 Brian Carlstrom <bdc@google.com> Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactory

Change-Id: I3da5bdf6739c6aee5ec0174e93cd6c06d6dfeeb3
8bccf8cdf7a3b8a6e90bb1b411a957b6368e4a1a 12-Apr-2011 Brian Carlstrom <bdc@google.com> Improve HttpsURLConnection documentation with examples

http://code.google.com/p/android/issues/detail?id=16041

Change-Id: I2e596ef36306b70cdb071b91d8707f015d9b251b
6b811c5daec1b28e6f63b57f98a032236f2c3cf7 03-May-2010 Peter Hallam <peterhal@google.com> Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni
Merge xml except xmlpull and kxml into luni