Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getNativeLanman (0.28 sec)

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

            return this.smbNotifyBufferSize;
        }
    
    
        @Override
        public int getMaxMpxCount () {
            return this.maxMpxCount;
        }
    
    
        @Override
        public String getNativeLanman () {
            return this.nativeLanMan;
        }
    
    
        @Override
        public String getNativeOs () {
            return this.nativeOs;
        }
    
    
        @Override
        public int getVcNumber () {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 20.4K bytes
    - Viewed (1)
  2. src/main/java/jcifs/Configuration.java

    
        /**
         * 
         * Property <tt>jcifs.smb.client.nativeLanMan</tt> (string, default <tt>jCIFS</tt>)
         * 
         * @return Lanman string to report
         */
        String getNativeLanman ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.rcv_buf_size</tt> (int, default 65535)
         * 
         * @return receive buffer size, in bytes
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
Back to top