Package com.squareup.okhttp.internal
Interface Dns
public interface Dns
Domain name service. Prefer this over
InetAddress.getAllByName(java.lang.String) to
make code more testable.-
Field Summary
-
Method Summary
Modifier and Type Method Description InetAddress[]getAllByName(String host)
-
Field Details
-
DEFAULT
-
-
Method Details
-
getAllByName
- Throws:
UnknownHostException
-