123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .class public interface abstract Lokhttp3/Dns;
- .super Ljava/lang/Object;
- .source ""
- # static fields
- .field public static final SYSTEM:Lokhttp3/Dns;
- # direct methods
- .method static constructor <clinit>()V
- .locals 1
- new-instance v0, Lokhttp3/Dns$1;
- invoke-direct {v0}, Lokhttp3/Dns$1;-><init>()V
- sput-object v0, Lokhttp3/Dns;->SYSTEM:Lokhttp3/Dns;
- return-void
- .end method
- # virtual methods
- .method public abstract lookup(Ljava/lang/String;)Ljava/util/List;
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(",
- "Ljava/lang/String;",
- ")",
- "Ljava/util/List<",
- "Ljava/net/InetAddress;",
- ">;"
- }
- .end annotation
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/net/UnknownHostException;
- }
- .end annotation
- .end method
|