- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addAllowedQuicHost (0.1 sec)
-
regression-test/src/androidTest/java/okhttp/regression/compare/AndroidHttpEngineTest.kt
.setPersistHostCache(DnsOptions.DNS_OPTION_ENABLED) .build(), ).setQuicOptions( QuicOptions .Builder() .addAllowedQuicHost("google.com") .addAllowedQuicHost("www.google.com") .build(), ).addQuicHint("google.com", 443, 443) .addQuicHint("www.google.com", 443, 443) .build() @After fun tearDown() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 6.3K bytes - Viewed (0)