Home
last modified time | relevance | path

Searched defs:getSSLSocketFactory (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/https/
DDelegateHttpsURLConnection.java68 protected javax.net.ssl.SSLSocketFactory getSSLSocketFactory() { in getSSLSocketFactory() method in DelegateHttpsURLConnection
DAbstractDelegateHttpsURLConnection.java58 protected abstract javax.net.ssl.SSLSocketFactory getSSLSocketFactory(); in getSSLSocketFactory() method in AbstractDelegateHttpsURLConnection
/libcore/ojluni/src/main/java/javax/net/ssl/
DHttpsURLConnection.java380 public SSLSocketFactory getSSLSocketFactory() { in getSSLSocketFactory() method in HttpsURLConnection