Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getNotifyBufferSize (0.07 sec)

  1. src/main/java/jcifs/config/BaseConfiguration.java

            return this.smbRecvBufferSize;
        }
    
    
        @Override
        public int getReceiveBufferSize () {
            return this.smbRecvBufferSize;
        }
    
    
        @Override
        public int getNotifyBufferSize () {
            return this.smbNotifyBufferSize;
        }
    
    
        @Override
        public int getMaxMpxCount () {
            return this.maxMpxCount;
        }
    
    
        @Override
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/Configuration.java

    
        /**
         * 
         * Property <tt>jcifs.smb.client.notify_buf_size</tt> (int, default 1024)
         * 
         * @return the size of the requested server notify buffer
         */
        int getNotifyBufferSize ();
    
    
        /**
         * 
         * 
         * Property <tt>jcifs.smb.client.maxRequestRetries</tt> (int, default 2)
         * 
         * @return retry SMB requests on failure up to n times
         */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top