//okhttp/okhttp3/AsyncDns/Callback/onResponse
onResponse¶
[jvm]\ abstract fun onResponse(hostname: String, addresses: List<InetAddress>)
Return addresses for a dns query for a single class of IPv4 (A) or IPv6 (AAAA). May be an empty list indicating that the host is unreachable.