Rabbit-R1/android (non root)/smali/smali_classes3/okhttp3/internal/ws/RealWebSocket$Streams.smali
2024-05-21 17:08:36 -04:00

111 lines
3.2 KiB
Smali

.class public abstract Lokhttp3/internal/ws/RealWebSocket$Streams;
.super Ljava/lang/Object;
.source "RealWebSocket.kt"
# 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
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0008\u0008&\u0018\u00002\u00020\u0001B\u001d\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0005\u0012\u0006\u0010\u0006\u001a\u00020\u0007\u00a2\u0006\u0002\u0010\u0008R\u0011\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\t\u0010\nR\u0011\u0010\u0006\u001a\u00020\u0007\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u000b\u0010\u000cR\u0011\u0010\u0004\u001a\u00020\u0005\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\r\u0010\u000e\u00a8\u0006\u000f"
}
d2 = {
"Lokhttp3/internal/ws/RealWebSocket$Streams;",
"Ljava/io/Closeable;",
"client",
"",
"source",
"Lokio/BufferedSource;",
"sink",
"Lokio/BufferedSink;",
"(ZLokio/BufferedSource;Lokio/BufferedSink;)V",
"getClient",
"()Z",
"getSink",
"()Lokio/BufferedSink;",
"getSource",
"()Lokio/BufferedSource;",
"okhttp"
}
k = 0x1
mv = {
0x1,
0x4,
0x0
}
.end annotation
# instance fields
.field private final client:Z
.field private final sink:Lokio/BufferedSink;
.field private final source:Lokio/BufferedSource;
# direct methods
.method public constructor <init>(ZLokio/BufferedSource;Lokio/BufferedSink;)V
.locals 1
const-string v0, "source"
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
const-string v0, "sink"
invoke-static {p3, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 611
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
# virtual methods
.method public final getClient()Z
.locals 0
iget-boolean p0, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->client:Z
return p0
.end method
.method public final getSink()Lokio/BufferedSink;
.locals 0
iget-object p0, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->sink:Lokio/BufferedSink;
return-object p0
.end method
.method public final getSource()Lokio/BufferedSource;
.locals 0
iget-object p0, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->source:Lokio/BufferedSource;
return-object p0
.end method