正在查看: Perplexity v2.48.1 应用的 AbstractC1270c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Perplexity v2.48.1 应用的 AbstractC1270c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package aa;
import Hb.v;
import Ob.G;
import Ok.o;
import ba.C1483a;
import e9.C2082a1;
import ea.C2132a;
import ea.C2133b;
import ha.q;
import java.util.Collections;
import java.util.Map;
import java.util.concurrent.CompletableFuture;
import java.util.function.Function;
import u2.AbstractC4227a;
public abstract class AbstractC1270c {
public static final Bn.b f19271j = Bn.d.b(AbstractC1270c.class);
public final v f19272a;
public final C1273f f19273b;
public final InterfaceC1276i f19274c;
public final C2082a1 f19275d;
public final String f19276e;
public final String f19277f;
public final boolean f19278g;
public final Z3.b f19279h;
public final CompletableFuture f19280i;
public AbstractC1270c(String str, C2082a1 c2082a1, C1483a c1483a, CompletableFuture completableFuture, Z3.b bVar) {
CompletableFuture completableFuture2;
String str2;
v vVar = new v();
vVar.j(gm.d.n());
this.f19272a = vVar;
this.f19279h = bVar;
C1277j c1277j = new C1277j(str);
String str3 = "https://fscdn.eppo.cloud/api";
if ("https://fscdn.eppo.cloud/api".equals("https://fscdn.eppo.cloud/api") && !c1277j.f19300a.isEmpty() && (str2 = (String) c1277j.f19300a.get("cs")) != null) {
str3 = AbstractC4227a.g(str2, ".", "https://fscdn.eppo.cloud/api".replaceAll("^(https?:)?//", ""));
}
String replaceAll = str3.replaceAll("/+$", "");
C1275h c1275h = new C1275h(replaceAll.matches("^(https?://|//).*") ? replaceAll : "https://".concat(replaceAll), str);
C1483a c1483a2 = c1483a;
if (c1483a == null) {
C1274g c1274g = new C1274g();
Map map = Collections.EMPTY_MAP;
c1274g.f19294a = new C2132a(map, map, false, C2132a.f27875f);
c1483a2 = c1274g;
}
this.f19274c = c1483a2;
C1273f c1273f = new C1273f(c1483a2, c1275h);
this.f19273b = c1273f;
if (completableFuture == null) {
completableFuture2 = null;
} else {
if (c1273f.f19292f || c1273f.f19291e != null) {
throw new IllegalStateException("Configuration future has already been set");
}
completableFuture2 = completableFuture.thenApply((Function) new C1272e(c1273f, 0)).exceptionally((Function) new G(3));
c1273f.f19291e = completableFuture2;
}
this.f19280i = completableFuture2;
this.f19275d = c2082a1;
this.f19278g = true;
this.f19276e = "android";
this.f19277f = "4.9.0";
}
public final String a(String str, String str2, o oVar, String str3) {
try {
} catch (Exception e10) {
e = e10;
}
try {
return b(str, str2, oVar, new C2133b(str3), q.JSON).f27884d;
} catch (Exception e11) {
e = e11;
c(e, str3);
return str3;
}
}
public abstract C2133b b(String str, String str2, o oVar, C2133b c2133b, q qVar);
public final void c(Exception exc, Object obj) {
if (!this.f19278g) {
throw new RuntimeException(exc);
}
f19271j.t("error getting assignment value: {}", exc.getMessage());
}
}