| Package | Description |
|---|---|
| okhttp3 |
| Modifier and Type | Field and Description |
|---|---|
static Dns |
Dns.SYSTEM
A DNS that uses
InetAddress to ask the underlying operating system to lookup IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
Dns |
OkHttpClient.dns()
|
Dns |
Address.dns()
Returns the service that will be used to resolve IP addresses for hostnames.
|
| Modifier and Type | Method and Description |
|---|---|
OkHttpClient |
OkHttpClient.Builder.dns(Dns
Sets the DNS service used to lookup IP addresses for hostnames.
|
| Constructor and Description | |
|---|---|
Address(String
|