Home
last modified time | relevance | path

Searched refs:getSSLSocketFactory (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/mmodule/javax/net/ssl/
DHttpsURLConnection.annotated.java57 …public javax.net.ssl.SSLSocketFactory getSSLSocketFactory() { throw new RuntimeException("Stub!");… in getSSLSocketFactory() method in HttpsURLConnection
/libcore/ojluni/src/main/java/javax/net/ssl/
DHttpsURLConnection.java453 public SSLSocketFactory getSSLSocketFactory() { in getSSLSocketFactory() method in HttpsURLConnection
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java236 connection.getSSLSocketFactory()); in testSetDefaultSSLSocketFactory()
279 connection.getSSLSocketFactory()); in testSetSSLSocketFactory()
280 assertSame("Result differs from expected", socketFactory, connection.getSSLSocketFactory()); in testSetSSLSocketFactory()
/libcore/api/
Dcurrent.txt19412 method public javax.net.ssl.SSLSocketFactory getSSLSocketFactory();