Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNetbiosRetryTimeout (0.18 sec)

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

            return this.delegate.getNetbiosSndBufSize();
        }
    
    
        /**
         * {@inheritDoc}
         * 
         * @see jcifs.Configuration#getNetbiosRetryTimeout()
         */
        @Override
        public int getNetbiosRetryTimeout () {
            return this.delegate.getNetbiosRetryTimeout();
        }
    
    
        /**
         * {@inheritDoc}
         * 
         * @see jcifs.Configuration#getNetbiosRetryCount()
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 17.6K bytes
    - Viewed (1)
Back to top