Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildCloudflareIp (0.07 sec)

  1. android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt

        assumeNetwork()
    
        client =
          client
            .newBuilder()
            .eventListenerFactory(clientTestRule.wrap(LoggingEventListener.Factory()))
            .build()
    
        val dohDns = buildCloudflareIp(client)
        val dohEnabledClient =
          client
            .newBuilder()
            .eventListener(EventListener.NONE)
            .dns(dohDns)
            .build()
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 14:12:28 UTC 2025
    - 29K bytes
    - Viewed (0)
Back to top