- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for DH2Q (0.01 seconds)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
return new LeaseV2CreateContextResponse(); case "DHnQ": // Durable Handle Request/Response return new jcifs.internal.smb2.persistent.DurableHandleResponse(); case "DH2Q": // Durable Handle V2 Request/Response return new jcifs.internal.smb2.persistent.DurableHandleV2Response(); case "DHnC": // Durable Handle Reconnect Request/Response
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) -
src/test/java/jcifs/internal/smb2/create/CreateContextRequestTest.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 24.9K bytes - Click Count (0) -
docs/smb3-features/02-persistent-handles-design.md
} ``` ### 4.3 Durable Handle V2 Request Context ```java package jcifs.internal.smb2.persistent; public class DurableHandleV2Request extends Smb2CreateContext { public static final String NAME = "DH2Q"; // Durable Handle V2 Request private long timeout; private int flags; private HandleGuid createGuid; public DurableHandleV2Request(long timeout, boolean persistent) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 31.6K bytes - Click Count (0)