Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clearFlags (0.48 sec)

  1. src/main/java/jcifs/internal/smb2/ServerMessageBlock2Request.java

         */
        @Override
        public CommonServerMessageBlockRequest split() {
            final ServerMessageBlock2Request<?> n = getNext();
            if (n != null) {
                setNext(null);
                n.clearFlags(SMB2_FLAGS_RELATED_OPERATIONS);
            }
            return n;
        }
    
        /**
         * Sets the next request in the compound chain.
         *
         * @param next the next request
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Mon Aug 25 14:34:10 UTC 2025
    - 7.2K bytes
    - Viewed (0)
Back to top