Http2Connection$2.smali 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .class Lokhttp3/internal/http2/Http2Connection$2;
  2. .super Lokhttp3/internal/NamedRunnable;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingMethod;
  6. value = Lokhttp3/internal/http2/Http2Connection;->writeWindowUpdateLater(IJ)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$streamId:I
  15. .field final synthetic val$unacknowledgedBytesRead:J
  16. # direct methods
  17. .method varargs constructor <init>(Lokhttp3/internal/http2/Http2Connection;Ljava/lang/String;[Ljava/lang/Object;IJ)V
  18. .locals 0
  19. iput-object p1, p0, Lokhttp3/internal/http2/Http2Connection$2;->this$0:Lokhttp3/internal/http2/Http2Connection;
  20. iput p4, p0, Lokhttp3/internal/http2/Http2Connection$2;->val$streamId:I
  21. iput-wide p5, p0, Lokhttp3/internal/http2/Http2Connection$2;->val$unacknowledgedBytesRead:J
  22. invoke-direct {p0, p2, p3}, Lokhttp3/internal/NamedRunnable;-><init>(Ljava/lang/String;[Ljava/lang/Object;)V
  23. return-void
  24. .end method
  25. # virtual methods
  26. .method public execute()V
  27. .locals 4
  28. :try_start_0
  29. iget-object v0, p0, Lokhttp3/internal/http2/Http2Connection$2;->this$0:Lokhttp3/internal/http2/Http2Connection;
  30. iget-object v0, v0, Lokhttp3/internal/http2/Http2Connection;->writer:Lokhttp3/internal/http2/Http2Writer;
  31. iget v1, p0, Lokhttp3/internal/http2/Http2Connection$2;->val$streamId:I
  32. iget-wide v2, p0, Lokhttp3/internal/http2/Http2Connection$2;->val$unacknowledgedBytesRead:J
  33. invoke-virtual {v0, v1, v2, v3}, Lokhttp3/internal/http2/Http2Writer;->windowUpdate(IJ)V
  34. :try_end_0
  35. .catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
  36. :catch_0
  37. return-void
  38. .end method