Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getLeaseDuration (0.06 seconds)

  1. src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakResponse.java

         */
        public int getLeaseFlags() {
            return flags;
        }
    
        /**
         * Gets the lease duration from the break response
         * @return the lease duration
         */
        public long getLeaseDuration() {
            return leaseDuration;
        }
    
        @Override
        protected int writeBytesWireFormat(byte[] dst, int dstIndex) {
            // This is a response, not a request, so this method is not used
            return 0;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 3.7K bytes
    - Click Count (0)
Back to Top