Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addDurableHandleV2Context (0.96 sec)

  1. 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);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 02:21:31 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

                                    boolean persistent =
                                            config.isUsePersistentHandles() && h.hasCapability(SmbConstants.CAP_PERSISTENT_HANDLES);
                                    req.addDurableHandleV2Context(timeout, persistent);
                                }
                                persistentHandlesAdded = true;
                            }
                        } catch (RuntimeException e) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top