- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for resolveCanonicalHostname (0.09 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/conn/Hc5IdnDnsResolver.java
* * @param host the host name to resolve * @return the canonical host name * @throws UnknownHostException if the host name cannot be resolved */ @Override public String resolveCanonicalHostname(final String host) throws UnknownHostException { final InetAddress[] addresses = resolve(host); if (addresses.length > 0) { return addresses[0].getCanonicalHostName(); }Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jan 04 13:09:59 GMT 2026 - 4.5K bytes - Click Count (0)