Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isLeaseGranted (0.05 seconds)

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

                }
                return null;
            }
        }
    
        /**
         * Check if a lease was granted in this response
         * @return true if a lease was granted
         */
        public boolean isLeaseGranted() {
            return getLeaseV1Context() != null || getLeaseV2Context() != null;
        }
    
        /**
         * Check if a durable handle was granted in this response
         * @return true if a durable handle was granted
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:49:49 GMT 2025
    - 15.4K bytes
    - Click Count (0)
Back to Top