mirror of
https://github.com/square/okhttp.git
synced 2025-11-23 06:42:24 +03:00
Adds an android module as an aar file. The first functionality is an AsyncDns implementation for Android DnsResolver.
13 lines
612 B
Plaintext
13 lines
612 B
Plaintext
public final class okhttp3/android/AndroidAsyncDns : okhttp3/AsyncDns {
|
|
public static final field Companion Lokhttp3/android/AndroidAsyncDns$Companion;
|
|
public fun <init> (Lokhttp3/AsyncDns$DnsClass;Landroid/net/Network;)V
|
|
public synthetic fun <init> (Lokhttp3/AsyncDns$DnsClass;Landroid/net/Network;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun query (Ljava/lang/String;Lokhttp3/AsyncDns$Callback;)V
|
|
}
|
|
|
|
public final class okhttp3/android/AndroidAsyncDns$Companion {
|
|
public final fun getIPv4 ()Lokhttp3/android/AndroidAsyncDns;
|
|
public final fun getIPv6 ()Lokhttp3/android/AndroidAsyncDns;
|
|
}
|
|
|