RealWebSocket$Streams.smali 1010 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .class public abstract Lokhttp3/internal/ws/RealWebSocket$Streams;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # interfaces
  5. .implements Ljava/io/Closeable;
  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 = 0x409
  12. name = "Streams"
  13. .end annotation
  14. # instance fields
  15. .field public final client:Z
  16. .field public final sink:Lokio/BufferedSink;
  17. .field public final source:Lokio/BufferedSource;
  18. # direct methods
  19. .method public constructor <init>(ZLokio/BufferedSource;Lokio/BufferedSink;)V
  20. .locals 0
  21. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  22. iput-boolean p1, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->client:Z
  23. iput-object p2, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->source:Lokio/BufferedSource;
  24. iput-object p3, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->sink:Lokio/BufferedSink;
  25. return-void
  26. .end method