- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for unmodifiableMap (0.18 sec)
-
src/main/java/jcifs/smb/SmbException.java
// by getMessageByCode errorCodeMessagesTmp.put(0, "NT_STATUS_SUCCESS"); errorCodeMessages = Collections.unmodifiableMap(errorCodeMessagesTmp); dosErrorCodeStatuses = Collections.unmodifiableMap(dosErrorCodeStatusesTmp); final Map<Integer, String> winErrorCodeMessagesTmp = new HashMap<>(); for (int i = 0; i < WINERR_CODES.length; i++) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NtlmHttpURLConnection.java
final Map.Entry entry = (Map.Entry) entries.next(); entry.setValue(Collections.unmodifiableList((List) entry.getValue())); } return headerFields = Collections.unmodifiableMap(map); } @Override public Map getHeaderFields() { if (headerFields != null) { return headerFields; } try { handshake();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
} for (final Entry<String, List<String>> entry : map.entrySet()) { entry.setValue(Collections.unmodifiableList(entry.getValue())); } return this.headerFields = Collections.unmodifiableMap(map); } @Override public Map<String, List<String>> getHeaderFields() { if (this.headerFields != null) { return this.headerFields; } handshake();Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbOperationException.java
return errorCode.getCategory(); } public RetryPolicy getRetryPolicy() { return retryPolicy; } public Map<String, Object> getContext() { return Collections.unmodifiableMap(context); } public long getOperationStartTime() { return operationStartTime; } public String getOperationName() { return operationName; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0)