- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for UniAddress (0.04 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
this.resolverOrder.add(ResolverType.RESOLVER_LMHOSTS); } else if (s.equalsIgnoreCase("WINS")) { if (this.winsServer.length == 0) { log.error("UniAddress resolveOrder specifies WINS however " + " WINS server has not been configured"); continue; } this.resolverOrder.add(ResolverType.RESOLVER_WINS);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
/** * Determines the address of a host given it's host name. The name can be a NetBIOS name like * "freto" or an IP address like "192.168.1.15". It cannot be a DNS name; * the analygous {@link jcifs.smb1.UniAddress} or {@link java.net.InetAddress} * <code>getByName</code> methods can be used for that. * * @param host hostname to resolve * @return the resolved NetBIOS address
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0)