Searched refs:mSslSocketFactory (Results 1 – 1 of 1) sorted by relevance
66 private final SSLSocketFactory mSslSocketFactory; field in HurlStack85 mSslSocketFactory = sslSocketFactory; in HurlStack()195 if ("https".equals(url.getProtocol()) && mSslSocketFactory != null) { in openConnection()196 ((HttpsURLConnection)connection).setSSLSocketFactory(mSslSocketFactory); in openConnection()