- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getPersistentHandleManager (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb/SmbSessionImpl.java
} /** * Get the persistent handle manager for SMB3 durable handles * * @return persistent handle manager instance */ public PersistentHandleManager getPersistentHandleManager() { return persistentHandleManager; } /** * Select transport for the given message using multi-channel load balancing * * @param message message to sendCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
if (config.isUsePersistentHandles() && h.isSMB3()) { try { PersistentHandleManager persistentManager = session.getPersistentHandleManager(); if (persistentManager != null) { // Check if we can reconnect an existing handle
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0)