RealWebSocket$PingRunnable.smali 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .class final Lokhttp3/internal/ws/RealWebSocket$PingRunnable;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # interfaces
  5. .implements Ljava/lang/Runnable;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Lokhttp3/internal/ws/RealWebSocket;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x12
  12. name = "PingRunnable"
  13. .end annotation
  14. # instance fields
  15. .field final synthetic this$0:Lokhttp3/internal/ws/RealWebSocket;
  16. # direct methods
  17. .method constructor <init>(Lokhttp3/internal/ws/RealWebSocket;)V
  18. .locals 0
  19. iput-object p1, p0, Lokhttp3/internal/ws/RealWebSocket$PingRunnable;->this$0:Lokhttp3/internal/ws/RealWebSocket;
  20. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  21. return-void
  22. .end method
  23. # virtual methods
  24. .method public run()V
  25. .locals 1
  26. iget-object v0, p0, Lokhttp3/internal/ws/RealWebSocket$PingRunnable;->this$0:Lokhttp3/internal/ws/RealWebSocket;
  27. invoke-virtual {v0}, Lokhttp3/internal/ws/RealWebSocket;->writePingFrame()V
  28. return-void
  29. .end method