- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getDurableHandleGuid (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
} /** * Get the durable handle GUID from the response * @return the durable handle GUID or null if no durable handle was granted */ public jcifs.internal.smb2.persistent.HandleGuid getDurableHandleGuid() { // For now, return null as the GUID is typically provided in the request context // and the response doesn't necessarily contain the GUID in a standard format return null; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:49:49 GMT 2025 - 15.4K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
if (persistentManager != null) { persistentManager.storeHandle(uncPath, resp.getFileId(), resp.getDurableHandleGuid()); } } // Update lease state if granted if (config.isUseLeases() && resp.isLeaseGranted()) {
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)