Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getLmHostsFileName (0.12 sec)

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

        }
    
    
        @Override
        public int getNetbiosSndBufSize () {
            return this.netbiosSendBufferSize;
        }
    
    
        @Override
        public String getLmHostsFileName () {
            return this.lmhostsFilename;
        }
    
    
        @Override
        public int getFlags2 () {
            return this.flags2;
        }
    
    
        @Override
        public int getSessionLimit () {
    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

        boolean isForceExtendedSecurity ();
    
    
        /**
         * 
         * 
         * Property <tt>jcifs.netbios.lmhosts</tt> (string)
         * 
         * @return lmhosts file to use
         */
        String getLmHostsFileName ();
    
    
        /**
         * 
         * Property <tt>jcifs.netbios.scope</tt> (string)
         * 
         * @return default netbios scope to set in requests
         */
        String getNetbiosScope ();
    
    
    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