Home
last modified time | relevance | path

Searched refs:specToApply (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() local
131 if (specToApply.tlsVersions != null) { in apply()
132 sslSocket.setEnabledProtocols(specToApply.tlsVersions); in apply()
134 if (specToApply.cipherSuites != null) { in apply()
135 sslSocket.setEnabledCipherSuites(specToApply.cipherSuites); in apply()