- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasLeaseContext (0.35 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
setRequestedOplockLevel(oplockLevel); } /** * Check if this request has lease contexts * @return true if lease contexts are present */ public boolean hasLeaseContext() { if (this.createContexts != null) { for (CreateContextRequest ctx : this.createContexts) { if (ctx instanceof LeaseV1CreateContextRequest || ctx instanceof LeaseV2CreateContextRequest) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 22.9K bytes - Viewed (0)