Home
last modified time | relevance | path

Searched refs:getSecureSocketIfConnected (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/src/main/java/libcore/net/http/
DHttpsURLConnectionImpl.java422 this.sslSocket = connection != null ? connection.getSecureSocketIfConnected() : null; in HttpsEngine()
464 sslSocket = connection.getSecureSocketIfConnected(); in makeSslConnection()
DHttpConnection.java241 public SSLSocket getSecureSocketIfConnected() { in getSecureSocketIfConnected() method in HttpConnection