- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getHandleForReconnect (0.15 sec)
-
src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java
} /** * Get handle information for reconnection * @param path the file path * @return the handle info if available and not expired, null otherwise */ public HandleInfo getHandleForReconnect(String path) { lock.readLock().lock(); try { HandleInfo info = handles.get(path); if (info != null && !info.isExpired()) { info.setReconnecting(true);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0)