Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getContextName (2.26 sec)

  1. src/main/java/jcifs/internal/smb2/persistent/DurableHandleReconnectResponse.java

            }
    
            // No data to decode
            return 0;
        }
    
        /**
         * Get the context name as string
         * @return the context name
         */
        public String getContextName() {
            return CONTEXT_NAME;
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/persistent/DurableHandleResponse.java

            System.arraycopy(buffer, bufferIndex, reserved, 0, 8);
            return 8;
        }
    
        /**
         * Get the context name as string
         * @return the context name
         */
        public String getContextName() {
            return CONTEXT_NAME;
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/smb2/persistent/DurableHandleV2Response.java

            return (flags & Smb2HandleCapabilities.SMB2_DHANDLE_FLAG_PERSISTENT) != 0;
        }
    
        /**
         * Get the context name as string
         * @return the context name
         */
        public String getContextName() {
            return CONTEXT_NAME;
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top