Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addDurableHandleReconnectContext (0.12 sec)

  1. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

        }
    
        /**
         * Add a durable handle reconnect context to this request
         * @param fileId the 16-byte file ID from the previous open
         */
        public void addDurableHandleReconnectContext(byte[] fileId) {
            addCreateContext(new jcifs.internal.smb2.persistent.DurableHandleReconnect(fileId));
        }
    
        /**
         * Check if this request has durable handle contexts
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 02:21:31 UTC 2025
    - 22.9K bytes
    - Viewed (0)
Back to top