Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for selectedProtocolIsNullWhenSslSocketThrowsExceptionForApplicationProtocol (0.38 sec)

  1. okhttp/src/test/java/okhttp3/internal/platform/Jdk9PlatformTest.kt

        }
      }
    
      @Test
      fun testToStringIsClassname() {
        assertThat(Jdk9Platform().toString()).isEqualTo("Jdk9Platform")
      }
    
      @Test
      fun selectedProtocolIsNullWhenSslSocketThrowsExceptionForApplicationProtocol() {
        platform.assumeJdk9()
        val applicationProtocolUnsupported =
          object : DelegatingSSLSocket(null) {
            override fun getApplicationProtocol(): String {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top