Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hasDurableHandleResponse (0.15 seconds)

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

            }
            return null;
        }
    
        /**
         * Check if the response contains any durable handle context
         * @return true if durable handle context is present
         */
        public boolean hasDurableHandleResponse() {
            return getDurableHandleResponse() != null || getDurableHandleV2Response() != null || getDurableHandleReconnectResponse() != null;
        }
    
        /**
         * {@inheritDoc}
         *
    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