- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getCreateGuid (0.08 sec)
-
src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java
} else { // Remove failed handle handles.remove(path); guidToHandle.remove(info.getCreateGuid()); removePersistedHandle(info); log.warn("Reconnection failed, removed handle for: {}", path); } } } finally {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/DurableHandleV2Request.java
@Override public byte[] getName() { return CONTEXT_NAME_BYTES; } /** * Get the create GUID for this request * @return the create GUID */ public HandleGuid getCreateGuid() { return createGuid; } /** * Get the timeout value in milliseconds * @return the timeout in milliseconds */ public long getTimeoutMs() { return timeoutMs;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/HandleInfo.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
jcifs.internal.smb2.persistent.DurableHandleV2Request context = new jcifs.internal.smb2.persistent.DurableHandleV2Request(timeoutMs, persistent); addCreateContext(context); return context.getCreateGuid(); } /** * Add a durable handle V2 context with specific GUID * @param timeoutMs the timeout in milliseconds * @param persistent true if this should be a persistent handleRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 22.9K bytes - Viewed (0)