Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testConnection (0.04 sec)

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

        tlsExtensionMode: TlsExtensionMode = TlsExtensionMode.STANDARD,
      ) {
        testConnection(TlsInstance(provider, protocol, tlsVersion, socketMode, tlsExtensionMode))
      }
    
      private fun testConnection(socketMode: SocketMode) {
        // https://github.com/square/okhttp/pull/6554
        assumeFalse(
          socketMode is TlsInstance &&
            socketMode.socketMode == Channel &&
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Nov 01 12:18:11 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/witness/WitnessRpcClient.java

        }
    
        /**
         * Tests connectivity to the witness service.
         *
         * @throws IOException if connection fails
         */
        private void testConnection() throws IOException {
            // For now, just test basic connectivity to RPC endpoint
            try (java.net.Socket socket = new java.net.Socket()) {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 12.1K bytes
    - Viewed (0)
Back to top