- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getApplicationProtocol (0.08 sec)
-
android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt
object : DelegatingSSLSocketFactory(sslSocketFactory) { override fun configureSocket(sslSocket: SSLSocket): SSLSocket = object : DelegatingSSLSocket(sslSocket) { override fun getApplicationProtocol(): String = throw UnsupportedOperationException() } } client = client .newBuilder() .sslSocketFactory(delegatingSocketFactory, trustManager)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 02 14:12:28 UTC 2025 - 29K bytes - Viewed (0)