Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Exclusive (0.06 sec)

  1. src/main/java/jcifs/smb/SmbFile.java

            }
            return name;
        }
    
        /**
         * Sets whether this file should use an exclusive (non-pooled) connection
         *
         * @param nonPooled
         *            whether this file will use an exclusive connection
         */
        protected void setNonPooled(final boolean nonPooled) {
            this.treeConnection.setNonPooled(nonPooled);
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  2. cmd/server_test.go

    	// its expected to fail with error message "InvalidArgument".
    	verifyError(c, response4, "InvalidArgument", "Part number must be an integer between 1 and 10000, inclusive", http.StatusBadRequest)
    }
    
    // TestObjectValidMD5 - First uploads an object with a valid Content-Md5 header and verifies the status,
    // then upload an object in a wrong Content-Md5 and validate the error response.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118.1K bytes
    - Viewed (0)
Back to top