- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isDurableHandleGranted (0.11 seconds)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
} /** * Check if a durable handle was granted in this response * @return true if a durable handle was granted */ public boolean isDurableHandleGranted() { return hasDurableHandleResponse(); } /** * Get the lease key from the response * @return the lease key or null if no lease was granted */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
info = resp; fileSize = resp.getEndOfFile(); // Store persistent handle information if granted if (config.isUsePersistentHandles() && resp.isDurableHandleGranted()) { PersistentHandleManager persistentManager = session.getPersistentHandleManager(); if (persistentManager != null) {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)