- Sort Score
- Num 10 results
- Language All
Results 11 - 12 of 12 for HandleGuid (0.04 seconds)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
* @param persistent true if this should be a persistent handle * @return the create GUID for this handle */ public jcifs.internal.smb2.persistent.HandleGuid addDurableHandleV2Context(long timeoutMs, boolean persistent) { jcifs.internal.smb2.persistent.DurableHandleV2Request context = new jcifs.internal.smb2.persistent.DurableHandleV2Request(timeoutMs, persistent);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 22.9K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
} /** * Get the durable handle GUID from the response * @return the durable handle GUID or null if no durable handle was granted */ public jcifs.internal.smb2.persistent.HandleGuid getDurableHandleGuid() { // For now, return null as the GUID is typically provided in the request context // and the response doesn't necessarily contain the GUID in a standard format return null;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)