- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getInetAddressArray (0.07 sec)
-
src/main/java/jcifs/smb1/Config.java
* @param def the default array to return if the property is not found or cannot be parsed * @return an array of InetAddress objects, or the default array */ public static InetAddress[] getInetAddressArray(final String key, final String delim, final InetAddress[] def) { final String p = getProperty(key); if (p != null) { final StringTokenizer tok = new StringTokenizer(p, delim);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
* is provided. This is the behavior of Microsoft Windows machines. */ public static final int H_NODE = 3; static final InetAddress[] NBNS = Config.getInetAddressArray("jcifs.smb1.netbios.wins", ",", new InetAddress[0]); /* Construct the shared static client object that will * conduct all encoding and decoding of NetBIOS name serviceRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0)