Searched refs:specToApply (Results 1 – 1 of 1) sorted by relevance
129 ConnectionSpec specToApply = supportedSpec(sslSocket, isFallback); in apply() local131 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()