Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTimeout100Ns (0.05 sec)

  1. src/main/java/jcifs/internal/smb2/persistent/DurableHandleV2Response.java

            return 8;
        }
    
        /**
         * Get the timeout value in 100-nanosecond intervals (raw wire format)
         * @return the timeout in 100-nanosecond intervals
         */
        public long getTimeout100Ns() {
            return timeout100Ns;
        }
    
        /**
         * Get the timeout value converted to milliseconds
         * @return the timeout in milliseconds
         */
        public long getTimeoutMs() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top