- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getHandshakeServerNames (0.1 seconds)
-
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/AndroidPlatform.kt
super.buildTrustRootIndex(trustManager) } override fun getHandshakeServerNames(sslSocket: SSLSocket): List<String> { // The superclass implementation requires APIs not available until API 25+. if (Build.VERSION.SDK_INT <= 24) return listOf() return super.getHandshakeServerNames(sslSocket) } override fun log( message: String, level: Int, t: Throwable?,
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Oct 10 05:19:46 GMT 2025 - 6.5K bytes - Click Count (0)