- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for NtTransNotifyChange (0.15 sec)
-
src/main/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChange.java
import jcifs.util.Hexdump; /** * */ public class NtTransNotifyChange extends SmbComNtTransaction { int fid; private int completionFilter; private boolean watchTree; /** * * @param config * @param fid * @param completionFilter * @param watchTree */ public NtTransNotifyChange ( Configuration config, int fid, int completionFilter, boolean watchTree ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbWatchHandleImpl.java
*/ req = new NtTransNotifyChange(th.getConfig(), this.handle.getFid(), this.filter, this.recursive); resp = new NtTransNotifyChangeResponse(th.getConfig()); } if ( log.isTraceEnabled() ) { log.trace("Sending NtTransNotifyChange for " + this.handle); } try {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.5K bytes - Viewed (0) -
README.md
* Allow per context configuration * Logging through SLF4J * Drop pre-java 1.7 support * Unify authentication subsystem, NTLMSSP/Kerberos support * Large ReadX/WriteX support * Streaming list operations * NtTransNotifyChange support * Google patches: various bugfixes, lastAccess support, retrying requests * A proper test suite * Various fixes ## Others ### This jcifs or jcifs-ng
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed May 10 09:29:34 UTC 2023 - 1.5K bytes - Viewed (0)