Package com.squareup.okhttp.internal
Interface Network
-
public interface NetworkServices specific to the host device's network interface. Prefer this overInetAddress.getAllByName(java.lang.String)to make code more testable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetAddress[]resolveInetAddresses(String host)
-
-
-
Field Detail
-
DEFAULT
static final Network DEFAULT
-
-
Method Detail
-
resolveInetAddresses
InetAddress[] resolveInetAddresses(String host) throws UnknownHostException
- Throws:
UnknownHostException
-
-