Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for jdk9 (0.02 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

        server.enqueue(MockResponse(body = "response that will never be received"))
        val response = executeSynchronously("/")
        response.assertFailure(
          // JDK 11 response to the FAIL_HANDSHAKE:
          SSLException::class.java,
          // RI response to the FAIL_HANDSHAKE:
          SSLProtocolException::class.java,
          // Android's response to the FAIL_HANDSHAKE:
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  2. okhttp/src/androidMain/baseline-prof.txt

    Lkotlin/internal/PlatformImplementations$ReflectThrowable;
    Lkotlin/internal/PlatformImplementations;
    Lkotlin/internal/PlatformImplementationsKt;
    Lkotlin/internal/jdk7/JDK7PlatformImplementations;
    Lkotlin/internal/jdk8/JDK8PlatformImplementations;
    Lkotlin/io/CloseableKt;
    Lkotlin/jvm/functions/Function0;
    Lkotlin/jvm/functions/Function10;
    Lkotlin/jvm/functions/Function11;
    Lkotlin/jvm/functions/Function12;
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Dec 30 23:28:56 UTC 2024
    - 127.9K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

              // RI response to the FAIL_HANDSHAKE
            }
            is SSLHandshakeException -> {
              // Android's response to the FAIL_HANDSHAKE
            }
            is SSLException -> {
              // JDK 1.9 response to the FAIL_HANDSHAKE
              // javax.net.ssl.SSLException: Unexpected handshake message: client_hello
            }
            is SocketException -> {
              // Conscrypt's response to the FAIL_HANDSHAKE
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
Back to top