-
- All Implemented Interfaces:
-
okhttp3.Dns
public final class SingleHostDns implements Dns
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringhostprivate final InetAddressinetAddress
-
Constructor Summary
Constructors Constructor Description SingleHostDns(String host, InetAddress inetAddress)
-
Method Summary
Modifier and Type Method Description final StringgetHost()final InetAddressgetInetAddress()List<InetAddress>lookup(String hostname)-
-
Constructor Detail
-
SingleHostDns
SingleHostDns(String host, InetAddress inetAddress)
-
-
Method Detail
-
getInetAddress
final InetAddress getInetAddress()
-
lookup
List<InetAddress> lookup(String hostname)
-
-
-
-