- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setCompletionFilter (0.13 seconds)
-
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} *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.5K bytes - Click Count (0) -
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)) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 4.5K bytes - Click Count (0)