PushObserver$1.smali 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .class final Lokhttp3/internal/http2/PushObserver$1;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # interfaces
  5. .implements Lokhttp3/internal/http2/PushObserver;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Lokhttp3/internal/http2/PushObserver;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x0
  12. name = null
  13. .end annotation
  14. # direct methods
  15. .method constructor <init>()V
  16. .locals 0
  17. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  18. return-void
  19. .end method
  20. # virtual methods
  21. .method public onData(ILokio/BufferedSource;IZ)Z
  22. .locals 0
  23. .annotation system Ldalvik/annotation/Throws;
  24. value = {
  25. Ljava/io/IOException;
  26. }
  27. .end annotation
  28. int-to-long p3, p3
  29. invoke-interface {p2, p3, p4}, Lokio/BufferedSource;->skip(J)V
  30. const/4 p1, 0x1
  31. return p1
  32. .end method
  33. .method public onHeaders(ILjava/util/List;Z)Z
  34. .locals 0
  35. .annotation system Ldalvik/annotation/Signature;
  36. value = {
  37. "(I",
  38. "Ljava/util/List<",
  39. "Lokhttp3/internal/http2/Header;",
  40. ">;Z)Z"
  41. }
  42. .end annotation
  43. const/4 p1, 0x1
  44. return p1
  45. .end method
  46. .method public onRequest(ILjava/util/List;)Z
  47. .locals 0
  48. .annotation system Ldalvik/annotation/Signature;
  49. value = {
  50. "(I",
  51. "Ljava/util/List<",
  52. "Lokhttp3/internal/http2/Header;",
  53. ">;)Z"
  54. }
  55. .end annotation
  56. const/4 p1, 0x1
  57. return p1
  58. .end method
  59. .method public onReset(ILokhttp3/internal/http2/ErrorCode;)V
  60. .locals 0
  61. return-void
  62. .end method