mirror of
https://github.com/square/okhttp.git
synced 2025-11-23 06:42:24 +03:00
Android module and Async Dns (#7157)
Adds an android module as an aar file. The first functionality is an AsyncDns implementation for Android DnsResolver.
This commit is contained in:
12
okhttp-android/api/okhttp-android.api
Normal file
12
okhttp-android/api/okhttp-android.api
Normal file
@@ -0,0 +1,12 @@
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user