Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getNetbiosScope (0.05 sec)

  1. src/test/java/jcifs/ConfigurationTest.java

                mockConfig.isSigningEnforced();
                mockConfig.isEncryptionEnabled();
                mockConfig.isForceExtendedSecurity();
                mockConfig.getLmHostsFileName();
                mockConfig.getNetbiosScope();
                mockConfig.getNetbiosSndBufSize();
                mockConfig.getNetbiosRcvBufSize();
                mockConfig.getNetbiosRetryTimeout();
                mockConfig.getNetbiosRetryCount();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/netbios/Name.java

                name = name.substring(0, 15);
            }
            this.name = name.toUpperCase();
            this.hexCode = hexCode;
            this.scope = scope != null && scope.length() > 0 ? scope : cfg.getNetbiosScope();
            this.srcHashCode = 0;
        }
    
        /**
         * Constructs a Name from a NetbiosName.
         *
         * @param cfg the configuration to use
         * @param name the NetbiosName to copy from
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 8K bytes
    - Viewed (0)
Back to top