- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for DnsSystem (0.05 seconds)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Dns.kt
* lookup IP addresses. Most custom [Dns] implementations should delegate to this instance. */ @JvmField val SYSTEM: Dns = DnsSystem() private class DnsSystem : Dns { override fun lookup(hostname: String): List<InetAddress> { try { return InetAddress.getAllByName(hostname).toList() } catch (e: NullPointerException) {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 2.2K bytes - Click Count (0)