- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isDotQuadIP (0.2 sec)
-
src/main/java/jcifs/netbios/NameServiceClientImpl.java
if ( hostname == null || hostname.length() == 0 ) { throw new UnknownHostException(); } if ( UniAddress.isDotQuadIP(hostname) ) { return new UniAddress[] { new UniAddress(getNbtByName(hostname)) }; } if ( log.isTraceEnabled() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 14 14:26:22 UTC 2022 - 38.2K bytes - Viewed (0)