Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/jcifs/Configuration.java

         * @return whether to convert NetBIOS names returned by DFS to FQDNs
         */
        boolean isDfsConvertToFQDN ();
    
    
        /**
         * Minimum protocol version
         * 
         * Property <tt>jcifs.smb.client.minVersion</tt> (string, default SMB1)
         * 
         * @see DialectVersion
         * @return minimum protocol version to use/allow
         * @since 2.1
         */
        DialectVersion getMinimumVersion ();
    
    
        /**
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
Back to top