- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for newAddress (0.04 sec)
-
docs/smb3-features/06-witness-protocol-design.md
if (!newAddresses.isEmpty()) { // Attempt to connect to new address InetAddress newAddress = newAddresses.get(0).getAddress(); scheduleAddressChange(newAddress); } } private void handleShareMove(WitnessNotification notification) { // Share moved to different server node
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/ConnectionPoolTest.kt
/** The fake task runner prevents the cleanup runnable from being started. */ private val addressA = factory.newAddress("a") private val routeA1 = factory.newRoute(addressA) private val addressB = factory.newAddress("b") private val routeB1 = factory.newRoute(addressB) private val addressC = factory.newAddress("c") private val routeC1 = factory.newRoute(addressC) @AfterEach fun tearDown() { factory.close()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 12.9K bytes - Viewed (0) -
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: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)