Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DurableHandleResponse (0.42 seconds)

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

         */
        public jcifs.internal.smb2.persistent.DurableHandleResponse getDurableHandleResponse() {
            if (this.createContexts != null) {
                for (CreateContextResponse ctx : this.createContexts) {
                    if (ctx instanceof jcifs.internal.smb2.persistent.DurableHandleResponse) {
                        return (jcifs.internal.smb2.persistent.DurableHandleResponse) ctx;
                    }
                }
            }
    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