- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for notAfter (0.07 sec)
-
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
*/ public void setNotificationFuture(CompletableFuture<Void> future) { this.notificationFuture = future; } } /** * Create a new directory change notifier * * @param manager directory lease manager */ public DirectoryChangeNotifier(DirectoryLeaseManager manager) { this.leaseManager = manager;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.7K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
public boolean isDirectory() { return fileInfo.isDirectory(); } // ... other attribute methods }); return file; } } ``` ### 4.4 Directory Change Notifier ```java package jcifs.internal.smb2.lease; import jcifs.internal.smb2.ServerMessageBlock2; import java.util.concurrent.ConcurrentHashMap; public class DirectoryChangeNotifier {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0)