Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DurableHandleReconnectResponse (0.32 sec)

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

    import jcifs.internal.smb2.create.CreateContextResponse;
    
    /**
     * SMB2 Durable Handle Reconnect Response Create Context
     *
     * MS-SMB2 Section 2.2.14.2.5
     */
    public class DurableHandleReconnectResponse implements CreateContextResponse {
    
        /**
         * Context name for durable handle reconnect response
         */
        public static final String CONTEXT_NAME = "DHnC";
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top