1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .class public abstract Lokhttp3/internal/ws/RealWebSocket$Streams;
- .super Ljava/lang/Object;
- .source ""
- # interfaces
- .implements Ljava/io/Closeable;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lokhttp3/internal/ws/RealWebSocket;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x409
- name = "Streams"
- .end annotation
- # instance fields
- .field public final client:Z
- .field public final sink:Lokio/BufferedSink;
- .field public final source:Lokio/BufferedSource;
- # direct methods
- .method public constructor <init>(ZLokio/BufferedSource;Lokio/BufferedSink;)V
- .locals 0
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- iput-boolean p1, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->client:Z
- iput-object p2, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->source:Lokio/BufferedSource;
- iput-object p3, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->sink:Lokio/BufferedSink;
- return-void
- .end method
|