Searched refs:getSecureSocketIfConnected (Results 1 – 2 of 2) sorted by relevance
422 this.sslSocket = connection != null ? connection.getSecureSocketIfConnected() : null; in HttpsEngine()464 sslSocket = connection.getSecureSocketIfConnected(); in makeSslConnection()
241 public SSLSocket getSecureSocketIfConnected() { in getSecureSocketIfConnected() method in HttpConnection