apkfuckery/com.discord/smali_classes2/okhttp3/WebSocketListener.smali

172 lines
2.7 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public abstract Lokhttp3/WebSocketListener;
.super Ljava/lang/Object;
.source "WebSocketListener.kt"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onClosed(Lokhttp3/WebSocket;ILjava/lang/String;)V
.locals 0
const/4 p2, 0x0
if-eqz p1, :cond_1
if-eqz p3, :cond_0
return-void
:cond_0
const-string p1, "reason"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw p2
:cond_1
const-string p1, "webSocket"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw p2
.end method
.method public onClosing(Lokhttp3/WebSocket;ILjava/lang/String;)V
.locals 0
const/4 p2, 0x0
if-eqz p1, :cond_1
if-eqz p3, :cond_0
return-void
:cond_0
const-string p1, "reason"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw p2
:cond_1
const-string p1, "webSocket"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw p2
.end method
.method public onFailure(Lokhttp3/WebSocket;Ljava/lang/Throwable;Lokhttp3/Response;)V
.locals 0
const/4 p3, 0x0
if-eqz p1, :cond_1
if-eqz p2, :cond_0
return-void
:cond_0
const-string p1, "t"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw p3
:cond_1
const-string p1, "webSocket"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw p3
.end method
.method public onMessage(Lokhttp3/WebSocket;Ljava/lang/String;)V
.locals 1
const/4 v0, 0x0
if-eqz p1, :cond_1
if-eqz p2, :cond_0
return-void
:cond_0
const-string p1, "text"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw v0
:cond_1
const-string p1, "webSocket"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw v0
.end method
.method public onMessage(Lokhttp3/WebSocket;Lokio/ByteString;)V
.locals 1
const/4 v0, 0x0
if-eqz p1, :cond_1
if-eqz p2, :cond_0
return-void
:cond_0
const-string p1, "bytes"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw v0
:cond_1
const-string p1, "webSocket"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw v0
.end method
.method public onOpen(Lokhttp3/WebSocket;Lokhttp3/Response;)V
.locals 1
const/4 v0, 0x0
if-eqz p1, :cond_1
if-eqz p2, :cond_0
return-void
:cond_0
const-string p1, "response"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw v0
:cond_1
const-string p1, "webSocket"
2020-07-20 19:00:44 +00:00
invoke-static {p1}, Lj0/o/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw v0
.end method