- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getInetAddressArray (0.95 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: Sun Sep 07 00:10:21 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 service
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0)