Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DurableHandleV2Request (0.83 sec)

  1. src/main/java/jcifs/internal/smb2/persistent/DurableHandleV2Request.java

    import jcifs.internal.smb2.create.CreateContextRequest;
    import jcifs.internal.util.SMBUtil;
    
    /**
     * SMB2 Durable Handle V2 Request Create Context (DH2Q)
     *
     * MS-SMB2 Section 2.2.13.2.4
     */
    public class DurableHandleV2Request implements CreateContextRequest {
    
        /**
         * Context name for durable handle V2 request
         */
        public static final String CONTEXT_NAME = "DH2Q";
    
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 5.2K bytes
    - Viewed (0)
Back to top