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; } }