Searched refs:setSSLSocketFactory (Results 1 – 4 of 4) sorted by relevance
141 public void setSSLSocketFactory(SSLSocketFactory sslSocketFactory) { in setSSLSocketFactory() method in HttpsServiceConnection142 mConnection.setSSLSocketFactory(sslSocketFactory); in setSSLSocketFactory()
320 httpsURLConnection.setSSLSocketFactory(mSocketFactory); in performTlsConnection()576 serviceConnection.setSSLSocketFactory(mSocketFactory); in getServiceConnection()
211 connection.setSSLSocketFactory(clientContext.getSocketFactory()); in makeHttpsRequest()
441 ((HttpsURLConnection)conn).setSSLSocketFactory(appContext.getSocketFactory()); in executeDownload()