Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for broadcast (0.23 sec)

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

                try {
                    this.broadcastAddress = InetAddress.getByName("255.255.255.255");
                }
                catch ( UnknownHostException uhe ) {
                    log.debug("Failed to get broadcast address", uhe);
                }
            }
    
            if ( this.resolverOrder == null ) {
                initResolverOrder(null);
            }
    
            if ( this.minVersion == null || this.maxVersion == null ) {
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 20.4K bytes
    - Viewed (1)
Back to top