Dns.smali 896 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .class public interface abstract Lokhttp3/Dns;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # static fields
  5. .field public static final SYSTEM:Lokhttp3/Dns;
  6. # direct methods
  7. .method static constructor <clinit>()V
  8. .locals 1
  9. new-instance v0, Lokhttp3/Dns$1;
  10. invoke-direct {v0}, Lokhttp3/Dns$1;-><init>()V
  11. sput-object v0, Lokhttp3/Dns;->SYSTEM:Lokhttp3/Dns;
  12. return-void
  13. .end method
  14. # virtual methods
  15. .method public abstract lookup(Ljava/lang/String;)Ljava/util/List;
  16. .annotation system Ldalvik/annotation/Signature;
  17. value = {
  18. "(",
  19. "Ljava/lang/String;",
  20. ")",
  21. "Ljava/util/List<",
  22. "Ljava/net/InetAddress;",
  23. ">;"
  24. }
  25. .end annotation
  26. .annotation system Ldalvik/annotation/Throws;
  27. value = {
  28. Ljava/net/UnknownHostException;
  29. }
  30. .end annotation
  31. .end method