EventListener.smali 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. .class public abstract Lokhttp3/EventListener;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/MemberClasses;
  6. value = {
  7. Lokhttp3/EventListener$Factory;
  8. }
  9. .end annotation
  10. # static fields
  11. .field public static final NONE:Lokhttp3/EventListener;
  12. # direct methods
  13. .method static constructor <clinit>()V
  14. .locals 1
  15. new-instance v0, Lokhttp3/EventListener$1;
  16. invoke-direct {v0}, Lokhttp3/EventListener$1;-><init>()V
  17. sput-object v0, Lokhttp3/EventListener;->NONE:Lokhttp3/EventListener;
  18. return-void
  19. .end method
  20. .method public constructor <init>()V
  21. .locals 0
  22. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  23. return-void
  24. .end method
  25. .method static factory(Lokhttp3/EventListener;)Lokhttp3/EventListener$Factory;
  26. .locals 1
  27. new-instance v0, Lokhttp3/EventListener$2;
  28. invoke-direct {v0, p0}, Lokhttp3/EventListener$2;-><init>(Lokhttp3/EventListener;)V
  29. return-object v0
  30. .end method
  31. # virtual methods
  32. .method public callEnd(Lokhttp3/Call;)V
  33. .locals 0
  34. return-void
  35. .end method
  36. .method public callFailed(Lokhttp3/Call;Ljava/io/IOException;)V
  37. .locals 0
  38. return-void
  39. .end method
  40. .method public callStart(Lokhttp3/Call;)V
  41. .locals 0
  42. return-void
  43. .end method
  44. .method public connectEnd(Lokhttp3/Call;Ljava/net/InetSocketAddress;Ljava/net/Proxy;Lokhttp3/Protocol;)V
  45. .locals 0
  46. return-void
  47. .end method
  48. .method public connectFailed(Lokhttp3/Call;Ljava/net/InetSocketAddress;Ljava/net/Proxy;Lokhttp3/Protocol;Ljava/io/IOException;)V
  49. .locals 0
  50. return-void
  51. .end method
  52. .method public connectStart(Lokhttp3/Call;Ljava/net/InetSocketAddress;Ljava/net/Proxy;)V
  53. .locals 0
  54. return-void
  55. .end method
  56. .method public connectionAcquired(Lokhttp3/Call;Lokhttp3/Connection;)V
  57. .locals 0
  58. return-void
  59. .end method
  60. .method public connectionReleased(Lokhttp3/Call;Lokhttp3/Connection;)V
  61. .locals 0
  62. return-void
  63. .end method
  64. .method public dnsEnd(Lokhttp3/Call;Ljava/lang/String;Ljava/util/List;)V
  65. .locals 0
  66. .annotation system Ldalvik/annotation/Signature;
  67. value = {
  68. "(",
  69. "Lokhttp3/Call;",
  70. "Ljava/lang/String;",
  71. "Ljava/util/List<",
  72. "Ljava/net/InetAddress;",
  73. ">;)V"
  74. }
  75. .end annotation
  76. return-void
  77. .end method
  78. .method public dnsStart(Lokhttp3/Call;Ljava/lang/String;)V
  79. .locals 0
  80. return-void
  81. .end method
  82. .method public requestBodyEnd(Lokhttp3/Call;J)V
  83. .locals 0
  84. return-void
  85. .end method
  86. .method public requestBodyStart(Lokhttp3/Call;)V
  87. .locals 0
  88. return-void
  89. .end method
  90. .method public requestHeadersEnd(Lokhttp3/Call;Lokhttp3/Request;)V
  91. .locals 0
  92. return-void
  93. .end method
  94. .method public requestHeadersStart(Lokhttp3/Call;)V
  95. .locals 0
  96. return-void
  97. .end method
  98. .method public responseBodyEnd(Lokhttp3/Call;J)V
  99. .locals 0
  100. return-void
  101. .end method
  102. .method public responseBodyStart(Lokhttp3/Call;)V
  103. .locals 0
  104. return-void
  105. .end method
  106. .method public responseHeadersEnd(Lokhttp3/Call;Lokhttp3/Response;)V
  107. .locals 0
  108. return-void
  109. .end method
  110. .method public responseHeadersStart(Lokhttp3/Call;)V
  111. .locals 0
  112. return-void
  113. .end method
  114. .method public secureConnectEnd(Lokhttp3/Call;Lokhttp3/Handshake;)V
  115. .locals 0
  116. return-void
  117. .end method
  118. .method public secureConnectStart(Lokhttp3/Call;)V
  119. .locals 0
  120. return-void
  121. .end method