- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testH2PriorKnowledgeOkHttpClientConstructionDuplicates (0.33 sec)
-
okhttp/src/test/java/okhttp3/OkHttpClientTest.kt
"protocols containing h2_prior_knowledge cannot use other protocols: " + "[h2_prior_knowledge, http/1.1]", ) } } @Test fun testH2PriorKnowledgeOkHttpClientConstructionDuplicates() { assertFailsWith<IllegalArgumentException> { OkHttpClient.Builder() .protocols(listOf(Protocol.H2_PRIOR_KNOWLEDGE, Protocol.H2_PRIOR_KNOWLEDGE)) }.also { expected ->
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Mar 31 17:16:15 UTC 2024 - 13.2K bytes - Viewed (0)