Http2Connection$3.smali 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .class Lokhttp3/internal/http2/Http2Connection$3;
  2. .super Lokhttp3/internal/NamedRunnable;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingMethod;
  6. value = Lokhttp3/internal/http2/Http2Connection;->writePingLater(ZIILokhttp3/internal/http2/Ping;)V
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x0
  10. name = null
  11. .end annotation
  12. # instance fields
  13. .field final synthetic this$0:Lokhttp3/internal/http2/Http2Connection;
  14. .field final synthetic val$payload1:I
  15. .field final synthetic val$payload2:I
  16. .field final synthetic val$ping:Lokhttp3/internal/http2/Ping;
  17. .field final synthetic val$reply:Z
  18. # direct methods
  19. .method varargs constructor <init>(Lokhttp3/internal/http2/Http2Connection;Ljava/lang/String;[Ljava/lang/Object;ZIILokhttp3/internal/http2/Ping;)V
  20. .locals 0
  21. iput-object p1, p0, Lokhttp3/internal/http2/Http2Connection$3;->this$0:Lokhttp3/internal/http2/Http2Connection;
  22. iput-boolean p4, p0, Lokhttp3/internal/http2/Http2Connection$3;->val$reply:Z
  23. iput p5, p0, Lokhttp3/internal/http2/Http2Connection$3;->val$payload1:I
  24. iput p6, p0, Lokhttp3/internal/http2/Http2Connection$3;->val$payload2:I
  25. iput-object p7, p0, Lokhttp3/internal/http2/Http2Connection$3;->val$ping:Lokhttp3/internal/http2/Ping;
  26. invoke-direct {p0, p2, p3}, Lokhttp3/internal/NamedRunnable;-><init>(Ljava/lang/String;[Ljava/lang/Object;)V
  27. return-void
  28. .end method
  29. # virtual methods
  30. .method public execute()V
  31. .locals 5
  32. :try_start_0
  33. iget-object v0, p0, Lokhttp3/internal/http2/Http2Connection$3;->this$0:Lokhttp3/internal/http2/Http2Connection;
  34. iget-boolean v1, p0, Lokhttp3/internal/http2/Http2Connection$3;->val$reply:Z
  35. iget v2, p0, Lokhttp3/internal/http2/Http2Connection$3;->val$payload1:I
  36. iget v3, p0, Lokhttp3/internal/http2/Http2Connection$3;->val$payload2:I
  37. iget-object v4, p0, Lokhttp3/internal/http2/Http2Connection$3;->val$ping:Lokhttp3/internal/http2/Ping;
  38. invoke-virtual {v0, v1, v2, v3, v4}, Lokhttp3/internal/http2/Http2Connection;->writePing(ZIILokhttp3/internal/http2/Ping;)V
  39. :try_end_0
  40. .catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
  41. :catch_0
  42. return-void
  43. .end method