正在查看: MX Player v1.97.8 应用的 qa.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: MX Player v1.97.8 应用的 qa.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.applovin.impl;
import com.applovin.exoplayer2.common.base.Ascii;
import com.applovin.impl.i5;
import defpackage.wh0;
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 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 interface b extends i5.a {
@Override
qa a();
}
public static class c extends j5 {
public final l5 b;
public final int c;
public c(l5 l5Var, int i, int i2) {
super(a(i, i2));
this.b = l5Var;
this.c = i2;
}
private static int a(int i, int i2) {
if (i == 2000 && i2 == 1) {
return 2001;
}
return i;
}
public static c a(IOException iOException, l5 l5Var, int i) {
String message = iOException.getMessage();
int i2 = iOException instanceof SocketTimeoutException ? 2002 : iOException instanceof InterruptedIOException ? 1004 : (message == null || !Ascii.toLowerCase(message).matches("cleartext.*not permitted.*")) ? 2001 : 2007;
return i2 == 2007 ? new a(iOException, l5Var) : new c(iOException, l5Var, i2, i);
}
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 d extends c {
public final String d;
public d(String str, l5 l5Var) {
super(bl0.c("Invalid content type: ", str), l5Var, 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(wh0.c(i, "Response code: "), iOException, l5Var, 2004, 1);
this.d = i;
this.f = str;
this.g = map;
this.h = bArr;
}
}
public static final class f {
private final Map a = new HashMap();
private Map b;
public synchronized Map a() {
try {
if (this.b == null) {
this.b = Collections.unmodifiableMap(new HashMap(this.a));
}
} catch (Throwable th) {
throw th;
}
return this.b;
}
}
}