Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

36 lines
921 B
Java

package com.fyber.inneractive.sdk.network;
import java.util.List;
import okhttp3.OkHttpClient;
/* loaded from: classes2.dex */
public final class x {
public static final x c = new x();
public final i a = new i();
public w0 b;
public static x a() {
return c;
}
public final g b() {
String str;
if (this.b == null) {
try {
str = System.getProperty("fyber.marketplace.http_executor_stack_name");
} catch (Throwable unused) {
str = "hurl";
}
if (str != null && str.equals("okhttp")) {
try {
List list = OkHttpClient.DEFAULT_PROTOCOLS;
this.b = new w0();
} catch (ClassNotFoundException unused2) {
}
}
}
w0 w0Var = this.b;
return w0Var != null ? w0Var : this.a;
}
}