- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getCreateGuid (0.05 seconds)
-
src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java
} else { // Remove failed handle handles.remove(path); guidToHandle.remove(info.getCreateGuid()); removePersistedHandle(info); log.warn("Reconnection failed, removed handle for: {}", path); } } } finally {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:49:49 GMT 2025 - 13K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
jcifs.internal.smb2.persistent.DurableHandleV2Request context = new jcifs.internal.smb2.persistent.DurableHandleV2Request(timeoutMs, persistent); addCreateContext(context); return context.getCreateGuid(); } /** * Add a durable handle V2 context with specific GUID * @param timeoutMs the timeout in milliseconds * @param persistent true if this should be a persistent handleCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 22.9K bytes - Click Count (0)