Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isDurableHandleGranted (0.13 sec)

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

        }
    
        /**
         * Check if a durable handle was granted in this response
         * @return true if a durable handle was granted
         */
        public boolean isDurableHandleGranted() {
            return hasDurableHandleResponse();
        }
    
        /**
         * Get the lease key from the response
         * @return the lease key or null if no lease was granted
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:49:49 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top