- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for checkLookupTable (0.2 sec)
-
src/main/java/jcifs/netbios/NameServiceClientImpl.java
* comments there for a description of how the LOOKUP_TABLE prevents * redundant queries from going out on the wire. */ if ((addr == null) && ((addr = (NbtAddress) checkLookupTable(name)) == null)) { try { addr = getByName(name, svr); } catch (final UnknownHostException uhe) { addr = this.unknownAddress; } finally {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 38.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
} name.srcHashCode = svr != null ? svr.hashCode() : 0; addr = getCachedAddress(name); if (addr == null) { addr = (NbtAddress) checkLookupTable(name); /* This is almost exactly like InetAddress.java. See the * comments there for a description of how the LOOKUP_TABLE prevents * redundant queries from going out on the wire.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0)