- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setCompletionFilter (0.57 sec)
-
src/main/java/jcifs/smb/SmbWatchHandleImpl.java
NotifyResponse resp = null; if (th.isSMB2()) { final Smb2ChangeNotifyRequest r = new Smb2ChangeNotifyRequest(th.getConfig(), this.handle.getFileId()); r.setCompletionFilter(this.filter); r.setNotifyFlags(this.recursive ? Smb2ChangeNotifyRequest.SMB2_WATCH_TREE : 0); req = r; } else { if (!th.hasCapability(SmbConstants.CAP_NT_SMBS)) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java
} /** * Set the completion filter specifying which changes to monitor * * @param completionFilter * the completionFilter to set */ public void setCompletionFilter(final int completionFilter) { this.completionFilter = completionFilter; } /** * {@inheritDoc} *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.5K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
Smb2ChangeNotifyRequest request = new Smb2ChangeNotifyRequest(); request.setFileId(handle.directoryFile.getFileId()); request.setCompletionFilter(getNotificationFilter()); request.setWatchTree(false); // Non-recursive for now Smb2ChangeNotifyResponse response = (Smb2ChangeNotifyResponse)
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0)