Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNetbiosRcvBufSize (0.21 sec)

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

            return this.netbiosScope;
        }
    
    
        @Override
        public int getNetbiosCachePolicy () {
            return this.netbiosCachePolicy;
        }
    
    
        @Override
        public int getNetbiosRcvBufSize () {
            return this.netbiosRevcBufferSize;
        }
    
    
        @Override
        public int getNetbiosRetryCount () {
            return this.netbiosRetryCount;
        }
    
    
        @Override
    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)
Back to top