Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNetbiosHostname (0.17 sec)

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

            return this.delegate.getLocalAddr();
        }
    
    
        /**
         * {@inheritDoc}
         * 
         * @see jcifs.Configuration#getNetbiosHostname()
         */
        @Override
        public String getNetbiosHostname () {
            return this.delegate.getNetbiosHostname();
        }
    
    
        /**
         * {@inheritDoc}
         * 
         * @see jcifs.Configuration#getLogonShare()
         */
        @Override
    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