Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getMaxMpxCount (0.69 sec)

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

            return this.smbRecvBufferSize;
        }
    
    
        @Override
        public int getNotifyBufferSize () {
            return this.smbNotifyBufferSize;
        }
    
    
        @Override
        public int getMaxMpxCount () {
            return this.maxMpxCount;
        }
    
    
        @Override
        public String getNativeLanman () {
            return this.nativeLanMan;
        }
    
    
        @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

        int getPid ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.maxMpxCount</tt> (int, default 10)
         * 
         * @return maximum count of concurrent commands to announce
         */
        int getMaxMpxCount ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.signingPreferred</tt> (boolean, default false)
         * 
         * @return whether to enable SMB signing (for everything), if available
         */
    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