Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionSpec.java129 ConnectionSpec specToApply = supportedSpec(sslSocket, isFallback); in apply()
143 private ConnectionSpec supportedSpec(SSLSocket sslSocket, boolean isFallback) { in supportedSpec() method in ConnectionSpec