- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isLeaseGranted (0.74 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
} return null; } } /** * Check if a lease was granted in this response * @return true if a lease was granted */ public boolean isLeaseGranted() { return getLeaseV1Context() != null || getLeaseV2Context() != null; } /** * Check if a durable handle was granted in this response * @return true if a durable handle was grantedRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 15.4K bytes - Viewed (0)