正在查看: Jurassic World v1.83.4 应用的 qa.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Jurassic World v1.83.4 应用的 qa.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.applovin.impl;
import com.applovin.exoplayer2.common.base.Ascii;
import com.applovin.impl.i5;
import com.facebook.ads.AdError;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.net.SocketTimeoutException;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
public interface qa extends i5 {
public interface b extends i5.a {
@Override
qa a();
}
public static final class f {
private final Map a = new HashMap();
private Map b;
public synchronized Map a() {
if (this.b == null) {
this.b = Collections.unmodifiableMap(new HashMap(this.a));
}
return this.b;
}
}
public static class c extends j5 {
public final l5 b;
public final int c;
private static int a(int i, int i2) {
return (i == 2000 && i2 == 1) ? AdError.INTERNAL_ERROR_CODE : i;
}
public static c a(IOException iOException, l5 l5Var, int i) {
int i2;
String message = iOException.getMessage();
if (iOException instanceof SocketTimeoutException) {
i2 = AdError.CACHE_ERROR_CODE;
} else if (iOException instanceof InterruptedIOException) {
i2 = 1004;
} else {
i2 = (message == null || !Ascii.toLowerCase(message).matches("cleartext.*not permitted.*")) ? AdError.INTERNAL_ERROR_CODE : 2007;
}
if (i2 == 2007) {
return new a(iOException, l5Var);
}
return new c(iOException, l5Var, i2, i);
}
public c(l5 l5Var, int i, int i2) {
super(a(i, i2));
this.b = l5Var;
this.c = i2;
}
public c(IOException iOException, l5 l5Var, int i, int i2) {
super(iOException, a(i, i2));
this.b = l5Var;
this.c = i2;
}
public c(String str, l5 l5Var, int i, int i2) {
super(str, a(i, i2));
this.b = l5Var;
this.c = i2;
}
public c(String str, IOException iOException, l5 l5Var, int i, int i2) {
super(str, iOException, a(i, i2));
this.b = l5Var;
this.c = i2;
}
}
public static final class a extends c {
public a(IOException iOException, l5 l5Var) {
super("Cleartext HTTP traffic not permitted. See https://exoplayer.dev/issues/cleartext-not-permitted", iOException, l5Var, 2007, 1);
}
}
public static final class d extends c {
public final String d;
public d(String str, l5 l5Var) {
super("Invalid content type: " + str, l5Var, AdError.INTERNAL_ERROR_2003, 1);
this.d = str;
}
}
public static final class e extends c {
public final int d;
public final String f;
public final Map g;
public final byte[] h;
public e(int i, String str, IOException iOException, Map map, l5 l5Var, byte[] bArr) {
super("Response code: " + i, iOException, l5Var, AdError.INTERNAL_ERROR_2004, 1);
this.d = i;
this.f = str;
this.g = map;
this.h = bArr;
}
}
}