discord-jadx/app/src/main/java/c/a/r/w.java

37 lines
1.4 KiB
Java

package c.a.r;
import com.discord.rtcconnection.RtcConnection;
import d0.z.d.o;
import java.util.concurrent.TimeUnit;
import javax.net.ssl.SSLSocketFactory;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: RtcConnection.kt */
public final class w extends o implements Function0<Unit> {
public final /* synthetic */ String $endpoint;
public final /* synthetic */ SSLSocketFactory $sslSocketFactory;
public final /* synthetic */ String $token;
public final /* synthetic */ RtcConnection this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public w(RtcConnection rtcConnection, String str, String str2, SSLSocketFactory sSLSocketFactory) {
super(0);
this.this$0 = rtcConnection;
this.$endpoint = str;
this.$token = str2;
this.$sslSocketFactory = sSLSocketFactory;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
RtcConnection rtcConnection = this.this$0;
rtcConnection.A = Long.valueOf(rtcConnection.T.currentTimeMillis());
RtcConnection rtcConnection2 = this.this$0;
rtcConnection2.C++;
rtcConnection2.D = rtcConnection2.R.a().c0(2, TimeUnit.SECONDS).W(new t(this), new v(this));
return Unit.a;
}
}