discord-jadx/app/src/main/java/b/a/q/n0/a.java

796 lines
32 KiB
Java

package b.a.q.n0;
import androidx.annotation.AnyThread;
import androidx.core.app.NotificationCompat;
import com.discord.models.domain.ModelAuditLogEntry;
import com.discord.rtcconnection.socket.io.Opcodes;
import com.discord.rtcconnection.socket.io.Payloads;
import com.discord.utilities.debug.DebugPrintBuilder;
import com.discord.utilities.debug.DebugPrintable;
import com.discord.utilities.logging.Logger;
import com.discord.utilities.networking.Backoff;
import com.discord.utilities.rest.SendUtils;
import com.discord.utilities.time.Clock;
import com.google.gson.Gson;
import com.google.gson.JsonElement;
import com.google.gson.reflect.TypeToken;
import d0.z.d.m;
import d0.z.d.o;
import f0.e0.k.h;
import f0.x;
import java.lang.reflect.Type;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Timer;
import java.util.TimerTask;
import java.util.concurrent.CopyOnWriteArraySet;
import java.util.concurrent.TimeUnit;
import javax.net.ssl.SSLSocketFactory;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.DefaultConstructorMarker;
import okhttp3.Request;
import okhttp3.Response;
import okhttp3.WebSocket;
import okhttp3.WebSocketListener;
/* compiled from: RtcControlSocket.kt */
public final class a extends WebSocketListener implements DebugPrintable {
public static int j;
public static final Type k = new C0038a().getType();
public static final b l = new b(null);
public Long A;
public c B;
public boolean C;
public final String D;
public final String E;
public final SSLSocketFactory F;
public final Logger G;
public final b.a.q.c H;
public final Clock I;
public final String J;
public final String m;
public final Gson n = new b.i.d.e().a();
public final Timer o = new Timer();
public final Backoff p;
public final CopyOnWriteArraySet<d> q;
public int r;
/* renamed from: s reason: collision with root package name */
public WebSocket f270s;
public String t;
public String u;
public Long v;
public boolean w;
/* renamed from: x reason: collision with root package name */
public b f271x;
/* renamed from: y reason: collision with root package name */
public Long f272y;
/* renamed from: z reason: collision with root package name */
public TimerTask f273z;
/* compiled from: RtcControlSocket.kt */
/* renamed from: b.a.q.n0.a$a reason: collision with other inner class name */
public static final class C0038a extends TypeToken<Map<String, ? extends Integer>> {
}
/* compiled from: RtcControlSocket.kt */
public static final class b {
public b(DefaultConstructorMarker defaultConstructorMarker) {
}
}
/* compiled from: RtcControlSocket.kt */
public enum c {
DISCONNECTED,
CONNECTING,
IDENTIFYING,
RESUMING,
CONNECTED,
RECONNECTING
}
/* compiled from: RtcControlSocket.kt */
public interface d {
void a(String str, String str2);
void b(boolean z2, Integer num, String str);
void c(String str, List<Integer> list);
void d(String str);
void e(long j, int i, int i2, List<Payloads.Stream> list);
void f(Map<String, Integer> map);
void g(long j);
void h();
void i();
void j(long j);
void k(int i, int i2, String str, List<Payloads.Stream> list);
void onConnecting();
void onSpeaking(long j, int i, boolean z2);
}
/* compiled from: RtcControlSocket.kt */
public static final class e extends o implements Function1<WebSocket, Unit> {
public static final e j = new e();
public e() {
super(1);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(WebSocket webSocket) {
WebSocket webSocket2 = webSocket;
m.checkNotNullParameter(webSocket2, "it");
webSocket2.e(1000, "Force Close");
return Unit.a;
}
}
/* compiled from: RtcControlSocket.kt */
public static final class f extends o implements Function1<WebSocket, Unit> {
public static final f j = new f();
public f() {
super(1);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(WebSocket webSocket) {
WebSocket webSocket2 = webSocket;
m.checkNotNullParameter(webSocket2, "it");
webSocket2.e(SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, "close reason");
return Unit.a;
}
}
/* compiled from: RtcControlSocket.kt */
public static final class g extends TimerTask {
public final /* synthetic */ a j;
/* compiled from: RtcControlSocket.kt */
/* renamed from: b.a.q.n0.a$g$a reason: collision with other inner class name */
public static final class C0039a extends o implements Function0<Unit> {
public final /* synthetic */ g this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public C0039a(g gVar) {
super(0);
this.this$0 = gVar;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
a.a(this.this$0.j, true, null, "The connection timed out. Did not receive OP_HELLO in time.");
return Unit.a;
}
}
public g(a aVar) {
this.j = aVar;
}
@Override // java.util.TimerTask, java.lang.Runnable
public void run() {
this.j.m(new C0039a(this));
}
}
/* compiled from: RtcControlSocket.kt */
public static final class h extends o implements Function0<Unit> {
public final /* synthetic */ int $code;
public final /* synthetic */ String $reason;
public final /* synthetic */ WebSocket $webSocket;
public final /* synthetic */ a this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public h(a aVar, WebSocket webSocket, int i, String str) {
super(0);
this.this$0 = aVar;
this.$webSocket = webSocket;
this.$code = i;
this.$reason = str;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
if (!(!m.areEqual(this.$webSocket, this.this$0.f270s))) {
a.a(this.this$0, true, Integer.valueOf(this.$code), this.$reason);
}
return Unit.a;
}
}
/* compiled from: RtcControlSocket.kt */
public static final class i extends o implements Function0<Unit> {
public final /* synthetic */ Throwable $t;
public final /* synthetic */ WebSocket $webSocket;
public final /* synthetic */ a this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public i(a aVar, WebSocket webSocket, Throwable th) {
super(0);
this.this$0 = aVar;
this.$webSocket = webSocket;
this.$t = th;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
if (!(!m.areEqual(this.$webSocket, this.this$0.f270s))) {
a aVar = this.this$0;
StringBuilder R = b.d.b.a.a.R("An error with the websocket occurred: ");
R.append(this.$t.getMessage());
a.a(aVar, true, null, R.toString());
}
return Unit.a;
}
}
/* compiled from: RtcControlSocket.kt */
public static final class j extends o implements Function0<Unit> {
public final /* synthetic */ Payloads.Incoming $message;
public final /* synthetic */ WebSocket $webSocket;
public final /* synthetic */ a this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public j(a aVar, WebSocket webSocket, Payloads.Incoming incoming) {
super(0);
this.this$0 = aVar;
this.$webSocket = webSocket;
this.$message = incoming;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
boolean z2 = true;
if (!(!m.areEqual(this.$webSocket, this.this$0.f270s))) {
switch (this.$message.getOpcode()) {
case 2:
a aVar = this.this$0;
Object c = aVar.n.c(this.$message.getData(), Payloads.Ready.class);
m.checkNotNullExpressionValue(c, "gson.fromJson(message.da…yloads.Ready::class.java)");
Payloads.Ready ready = (Payloads.Ready) c;
aVar.p.succeed();
long currentTimeMillis = aVar.I.currentTimeMillis();
Long l = aVar.A;
long longValue = currentTimeMillis - (l != null ? l.longValue() : 0);
aVar.i("[READY] took " + longValue + " ms");
aVar.H.a();
for (d dVar : aVar.q) {
m.checkNotNullExpressionValue(dVar, "it");
dVar.k(ready.getPort(), ready.getSsrc(), ready.getIp(), ready.getStreams());
}
break;
case 3:
a aVar2 = this.this$0;
aVar2.n(3, String.valueOf(aVar2.I.currentTimeMillis()));
break;
case 4:
a aVar3 = this.this$0;
Object c2 = aVar3.n.c(this.$message.getData(), Payloads.Description.class);
m.checkNotNullExpressionValue(c2, "gson.fromJson(message.da….Description::class.java)");
Payloads.Description description = (Payloads.Description) c2;
aVar3.H.a();
for (d dVar2 : aVar3.q) {
m.checkNotNullExpressionValue(dVar2, "it");
dVar2.c(description.getMode(), description.getSecretKey());
dVar2.a(description.getAudioCodec(), description.getVideoCodec());
String mediaSessionId = description.getMediaSessionId();
if (mediaSessionId != null) {
dVar2.d(mediaSessionId);
}
}
aVar3.C = true;
break;
case 5:
a aVar4 = this.this$0;
Object c3 = aVar4.n.c(this.$message.getData(), Payloads.Speaking.class);
m.checkNotNullExpressionValue(c3, "gson.fromJson(message.da…ads.Speaking::class.java)");
Payloads.Speaking speaking = (Payloads.Speaking) c3;
if (!(speaking.getUserId() == null || speaking.getSpeaking() == null)) {
Integer speaking2 = speaking.getSpeaking();
if (speaking2 == null || speaking2.intValue() != 1) {
z2 = false;
}
aVar4.H.a();
for (d dVar3 : aVar4.q) {
m.checkNotNullExpressionValue(dVar3, "it");
dVar3.onSpeaking(speaking.getUserId().longValue(), speaking.getSsrc(), z2);
}
break;
}
case 6:
a aVar5 = this.this$0;
Object c4 = aVar5.n.c(this.$message.getData(), Long.TYPE);
m.checkNotNullExpressionValue(c4, "gson.fromJson(message.data, Long::class.java)");
long longValue2 = ((Number) c4).longValue();
long currentTimeMillis2 = aVar5.I.currentTimeMillis();
long j = currentTimeMillis2 - longValue2;
aVar5.h("got heartbeat ack after " + j + " ms");
aVar5.f272y = Long.valueOf(currentTimeMillis2);
aVar5.w = true;
aVar5.H.a();
for (d dVar4 : aVar5.q) {
m.checkNotNullExpressionValue(dVar4, "it");
dVar4.g(j);
}
break;
case 7:
case 10:
case 11:
default:
a aVar6 = this.this$0;
StringBuilder R = b.d.b.a.a.R("unknown opcode: ");
R.append(this.$message.getOpcode());
aVar6.i(R.toString());
break;
case 8:
a aVar7 = this.this$0;
Object c5 = aVar7.n.c(this.$message.getData(), Payloads.Hello.class);
m.checkNotNullExpressionValue(c5, "gson.fromJson(message.da…yloads.Hello::class.java)");
Payloads.Hello hello = (Payloads.Hello) c5;
TimerTask timerTask = aVar7.f273z;
if (timerTask != null) {
timerTask.cancel();
}
aVar7.i("[HELLO] raw: " + hello);
aVar7.v = Long.valueOf(hello.getHeartbeatIntervalMs());
aVar7.r = hello.getServerVersion();
aVar7.f271x.cancel();
aVar7.w = true;
aVar7.k();
break;
case 9:
this.this$0.p.succeed();
break;
case 12:
a aVar8 = this.this$0;
Object c6 = aVar8.n.c(this.$message.getData(), Payloads.Video.class);
m.checkNotNullExpressionValue(c6, "gson.fromJson(message.da…yloads.Video::class.java)");
Payloads.Video video = (Payloads.Video) c6;
if (video.getUserId() != null) {
aVar8.H.a();
for (d dVar5 : aVar8.q) {
m.checkNotNullExpressionValue(dVar5, "it");
dVar5.e(video.getUserId().longValue(), video.getAudioSsrc(), video.getVideoSsrc(), video.getStreams());
}
break;
}
break;
case 13:
a aVar9 = this.this$0;
Object c7 = aVar9.n.c(this.$message.getData(), Payloads.ClientDisconnect.class);
m.checkNotNullExpressionValue(c7, "gson.fromJson(message.da…ntDisconnect::class.java)");
Payloads.ClientDisconnect clientDisconnect = (Payloads.ClientDisconnect) c7;
aVar9.H.a();
for (d dVar6 : aVar9.q) {
m.checkNotNullExpressionValue(dVar6, "it");
dVar6.j(clientDisconnect.getUserId());
}
break;
case 14:
a aVar10 = this.this$0;
Object c8 = aVar10.n.c(this.$message.getData(), Payloads.SessionUpdate.class);
m.checkNotNullExpressionValue(c8, "gson.fromJson(message.da…essionUpdate::class.java)");
Payloads.SessionUpdate sessionUpdate = (Payloads.SessionUpdate) c8;
aVar10.H.a();
for (d dVar7 : aVar10.q) {
m.checkNotNullExpressionValue(dVar7, "it");
String mediaSessionId2 = sessionUpdate.getMediaSessionId();
if (mediaSessionId2 != null) {
dVar7.d(mediaSessionId2);
}
}
break;
case 15:
a aVar11 = this.this$0;
Gson gson = aVar11.n;
JsonElement data = this.$message.getData();
Type type = a.k;
Objects.requireNonNull(gson);
Object d = data == null ? null : gson.d(new b.i.d.q.x.a(data), type);
m.checkNotNullExpressionValue(d, "gson.fromJson(message.data, MEDIA_SINK_WANTS_TYPE)");
Map<String, Integer> map = (Map) d;
aVar11.H.a();
for (d dVar8 : aVar11.q) {
m.checkNotNullExpressionValue(dVar8, "it");
dVar8.f(map);
}
break;
}
}
return Unit.a;
}
}
/* compiled from: RtcControlSocket.kt */
public static final class k extends o implements Function0<Unit> {
public final /* synthetic */ WebSocket $webSocket;
public final /* synthetic */ a this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public k(a aVar, WebSocket webSocket) {
super(0);
this.this$0 = aVar;
this.$webSocket = webSocket;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
boolean z2 = true;
if (!(!m.areEqual(this.$webSocket, this.this$0.f270s))) {
a aVar = this.this$0;
c cVar = aVar.B;
if (cVar == c.CONNECTING) {
aVar.H.a();
for (d dVar : aVar.q) {
m.checkNotNullExpressionValue(dVar, "it");
dVar.i();
}
} else if (cVar == c.RECONNECTING) {
String str = aVar.u;
String str2 = aVar.t;
String str3 = aVar.E;
Long l = aVar.f272y;
if (l != null && aVar.I.currentTimeMillis() - l.longValue() > 60000) {
z2 = false;
}
if (str == null || str2 == null || !aVar.C || !z2) {
StringBuilder R = b.d.b.a.a.R("Cannot resume connection. resumable: ");
R.append(aVar.C);
R.append(" -- isHeartbeatRecentEnough: ");
R.append(z2);
aVar.f(false, 4801, R.toString());
} else {
aVar.i("[RESUME] resuming session. serverId=" + str2 + " sessionId=" + str);
aVar.H.a();
for (d dVar2 : aVar.q) {
m.checkNotNullExpressionValue(dVar2, "it");
dVar2.h();
}
aVar.B = c.RESUMING;
aVar.n(7, new Payloads.Resume(str3, str, str2));
}
}
a aVar2 = this.this$0;
aVar2.B = c.CONNECTED;
long currentTimeMillis = aVar2.I.currentTimeMillis();
Long l2 = this.this$0.A;
long longValue = currentTimeMillis - (l2 != null ? l2.longValue() : 0);
a aVar3 = this.this$0;
StringBuilder R2 = b.d.b.a.a.R("[CONNECTED] to ");
R2.append(this.this$0.D);
aVar3.i(R2.toString());
a aVar4 = this.this$0;
aVar4.H.a();
for (d dVar3 : aVar4.q) {
m.checkNotNullExpressionValue(dVar3, "it");
dVar3.g(longValue / ((long) 2));
}
}
return Unit.a;
}
}
/* compiled from: RtcControlSocket.kt */
public static final class l extends o implements Function1<WebSocket, Unit> {
public static final l j = new l();
public l() {
super(1);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(WebSocket webSocket) {
WebSocket webSocket2 = webSocket;
m.checkNotNullParameter(webSocket2, "it");
webSocket2.e(SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, "reconnecting");
return Unit.a;
}
}
public a(String str, String str2, SSLSocketFactory sSLSocketFactory, Logger logger, b.a.q.c cVar, Clock clock, String str3) {
m.checkNotNullParameter(str, "endpoint");
m.checkNotNullParameter(str2, "token");
m.checkNotNullParameter(logger, "logger");
m.checkNotNullParameter(cVar, "mediaEngineThreadExecutor");
m.checkNotNullParameter(clock, "clock");
m.checkNotNullParameter(str3, "loggingTagPrefix");
this.D = str;
this.E = str2;
this.F = sSLSocketFactory;
this.G = logger;
this.H = cVar;
this.I = clock;
this.J = str3;
StringBuilder V = b.d.b.a.a.V(str3, "->RtcControlSocket ");
int i2 = j + 1;
j = i2;
V.append(i2);
String sb = V.toString();
this.m = sb;
this.p = new Backoff(1000, 5000, 3, false, new Backoff.TimerScheduler(sb, cVar), 8, null);
this.q = new CopyOnWriteArraySet<>();
this.r = 3;
this.f271x = new b(this);
this.B = c.DISCONNECTED;
}
public static final void a(a aVar, boolean z2, Integer num, String str) {
aVar.B = c.DISCONNECTED;
if ((num != null && num.intValue() == 4004) || ((num != null && num.intValue() == 4015) || ((num != null && num.intValue() == 4011) || (num != null && num.intValue() == 4006)))) {
aVar.f(true, num, str);
} else if (aVar.p.hasReachedFailureThreshold()) {
aVar.j("[WS CLOSED] Backoff exceeded. Resetting.");
aVar.f(z2, num, str);
} else {
aVar.b(null);
String N = b.d.b.a.a.N(new Object[]{Double.valueOf(((double) aVar.p.fail(new c(aVar, z2, num, str))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)");
aVar.j("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + N + " seconds.");
}
}
public final void b(Function1<? super WebSocket, Unit> function1) {
this.p.cancel();
this.f271x.cancel();
TimerTask timerTask = this.f273z;
if (timerTask != null) {
timerTask.cancel();
}
WebSocket webSocket = this.f270s;
if (!(webSocket == null || function1 == null)) {
function1.invoke(webSocket);
}
this.f270s = null;
}
public final void c() {
this.H.a();
i("[CLOSE]");
b(e.j);
this.t = null;
this.u = null;
this.C = false;
this.B = c.DISCONNECTED;
this.H.a();
for (d dVar : this.q) {
m.checkNotNullExpressionValue(dVar, "it");
dVar.b(false, 1000, "Force Close");
}
}
public final boolean d() {
this.H.a();
if (this.B != c.DISCONNECTED) {
j("Cannot start a new connection, connection state is not disconnected");
return false;
}
this.B = c.CONNECTING;
e();
this.H.a();
for (d dVar : this.q) {
m.checkNotNullExpressionValue(dVar, "it");
dVar.onConnecting();
}
return true;
}
@Override // com.discord.utilities.debug.DebugPrintable
public void debugPrint(DebugPrintBuilder debugPrintBuilder) {
m.checkNotNullParameter(debugPrintBuilder, "dp");
debugPrintBuilder.appendKeyValue("serverId", this.t);
debugPrintBuilder.appendKeyValue("sessionId", this.u);
debugPrintBuilder.appendKeyValue("heartbeatInterval", this.v);
debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f272y);
debugPrintBuilder.appendKeyValue("connectionStartTime", this.A);
debugPrintBuilder.appendKeyValue("connectionState", this.B);
debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.C));
}
public final void e() {
StringBuilder R = b.d.b.a.a.R("[CONNECT] ");
R.append(this.D);
i(R.toString());
if (this.f270s != null) {
this.G.e(this.m, "Connect called with already existing websocket", null, null);
b(f.j);
return;
}
this.A = Long.valueOf(this.I.currentTimeMillis());
TimerTask timerTask = this.f273z;
if (timerTask != null) {
timerTask.cancel();
}
g gVar = new g(this);
this.f273z = gVar;
this.o.schedule(gVar, 20000);
x.a aVar = new x.a();
aVar.a(1, TimeUnit.MINUTES);
SSLSocketFactory sSLSocketFactory = this.F;
if (sSLSocketFactory != null) {
h.a aVar2 = f0.e0.k.h.c;
aVar.b(sSLSocketFactory, f0.e0.k.h.a.n());
}
String H = b.d.b.a.a.H(new StringBuilder(), this.D, "?v=5");
i("attempting WSS connection with " + H);
x xVar = new x(aVar);
Request.a aVar3 = new Request.a();
aVar3.f(H);
this.f270s = xVar.g(aVar3.a(), this);
}
public final void f(boolean z2, Integer num, String str) {
j("[DISCONNECT] (" + z2 + ", " + num + ", " + str + ')');
b(null);
this.t = null;
this.u = null;
this.C = false;
this.B = c.DISCONNECTED;
this.H.a();
for (d dVar : this.q) {
m.checkNotNullExpressionValue(dVar, "it");
dVar.b(z2, num, str);
}
}
public final void g(long j2, String str, boolean z2) {
m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON);
this.H.a();
if (this.f270s != null) {
i("Performing an immediate heartbeat on existing socket: " + str);
this.f271x.cancel();
b bVar = new b(this);
this.f271x = bVar;
this.o.schedule(bVar, j2);
} else if (!z2) {
i("Immediate heartbeat requested, but is disconnected and a reset was not requested: " + str);
} else if (this.p.isPending() && this.f270s == null) {
i("Connection backoff reset Immediate heartbeat when socket was disconnected.");
this.p.succeed();
l(false, 4802, "Reset backoff.");
}
}
public final void h(String str) {
Logger.d$default(this.G, this.m, str, null, 4, null);
}
public final void i(String str) {
Logger.i$default(this.G, this.m, str, null, 4, null);
}
public final void j(String str) {
Logger.w$default(this.G, this.m, str, null, 4, null);
}
public final void k() {
if (this.w) {
this.w = false;
n(3, String.valueOf(this.I.currentTimeMillis()));
Long l2 = this.v;
if (l2 != null) {
b bVar = new b(this);
this.f271x = bVar;
this.o.schedule(bVar, l2.longValue());
return;
}
j("onHeartbeatInterval called when heartbeatInterval was null");
return;
}
b(d.j);
String N = b.d.b.a.a.N(new Object[]{Double.valueOf(((double) this.p.fail(new e(this))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)");
j("[ACK TIMEOUT] reconnecting in " + N + " seconds.");
}
public final void l(boolean z2, Integer num, String str) {
i("[RECONNECT] wasFatal=" + z2 + " code=" + num + " reason=" + str);
b(l.j);
this.B = c.RECONNECTING;
e();
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARNING: Unknown variable types count: 1 */
@AnyThread
public final void m(Function0<Unit> function0) {
b.a.q.c cVar = this.H;
if (function0 != null) {
function0 = new f(function0);
}
cVar.l.execute((Runnable) function0);
}
public final void n(int i2, Object obj) {
WebSocket webSocket = this.f270s;
if (webSocket == null) {
StringBuilder R = b.d.b.a.a.R("opcode() websocket null. opcode: ");
R.append(Opcodes.INSTANCE.getNameOf(i2));
this.G.e(this.m, R.toString(), null, null);
return;
}
try {
String m = this.n.m(new Payloads.Outgoing(i2, obj));
h("sending (" + Opcodes.INSTANCE.getNameOf(i2) + "): " + m);
m.checkNotNullExpressionValue(m, "json");
webSocket.a(m);
} catch (Exception unused) {
j("exception sending opcode: " + i2 + " and payload: " + obj);
}
}
@Override // okhttp3.WebSocketListener
public void onClosed(WebSocket webSocket, int i2, String str) {
m.checkNotNullParameter(webSocket, "webSocket");
m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON);
super.onClosed(webSocket, i2, str);
m(new h(this, webSocket, i2, str));
}
@Override // okhttp3.WebSocketListener
public void onClosing(WebSocket webSocket, int i2, String str) {
m.checkNotNullParameter(webSocket, "webSocket");
m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON);
((f0.e0.n.d) webSocket).e(i2, str);
}
@Override // okhttp3.WebSocketListener
public void onFailure(WebSocket webSocket, Throwable th, Response response) {
m.checkNotNullParameter(webSocket, "webSocket");
m.checkNotNullParameter(th, "t");
super.onFailure(webSocket, th, response);
m(new i(this, webSocket, th));
}
@Override // okhttp3.WebSocketListener
public void onMessage(WebSocket webSocket, String str) {
m.checkNotNullParameter(webSocket, "webSocket");
m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT);
Payloads.Incoming incoming = (Payloads.Incoming) b.i.a.f.e.o.f.E1(Payloads.Incoming.class).cast(this.n.g(str, Payloads.Incoming.class));
super.onMessage(webSocket, str);
StringBuilder R = b.d.b.a.a.R("received (");
R.append(Opcodes.INSTANCE.getNameOf(incoming.getOpcode()));
R.append("): ");
R.append(incoming);
h(R.toString());
m(new j(this, webSocket, incoming));
}
@Override // okhttp3.WebSocketListener
public void onOpen(WebSocket webSocket, Response response) {
m.checkNotNullParameter(webSocket, "webSocket");
m.checkNotNullParameter(response, "response");
super.onOpen(webSocket, response);
m(new k(this, webSocket));
}
}