Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getResponse (1.12 sec)

  1. src/test/java/jcifs/tests/OplockTests.java

                    SmbComNTCreateAndX req = new SmbComNTCreateAndX(sess.getConfig(), uncPath, flags, access, sharing, attrs, options, null);
                    req.addFlags0(0x2); // REQUEST_OPLOCK
                    req.setResponse(resp);
                    try {
                        resp = tree.send(req);
                        SmbComNTCreateAndXResponse resp2 = new SmbComNTCreateAndXResponse(sess.getConfig());
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top