Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

            if (!newAddresses.isEmpty()) {
                // Attempt to connect to new address
                InetAddress newAddress = newAddresses.get(0).getAddress();
                scheduleAddressChange(newAddress);
            }
        }
    
        /**
         * Handle share move events
         */
        private void handleShareMove(WitnessNotification notification) {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt

       * parameter.
       */
      private fun sampleValuesMap(): Map<Class<*>, Any> {
        TestValueFactory().use { factory ->
          val address = factory.newAddress("a")
          val route = factory.newRoute(address)
          val pool = factory.newConnectionPool()
          val url = "https://example.com/".toHttpUrl()
          val request = Request(url = url)
          val response =
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Nov 05 18:28:35 UTC 2025
    - 70.5K bytes
    - Viewed (0)
Back to top