TopTV v3.0.1版本的 MD5 值为:0fc1b9ce94885bc92edd11a6ee3e5932

以下内容为反编译后的 c0.java 源代码,内容仅作参考


package c.f.a.b.i3;

import c.f.a.b.i3.p;
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.List;
import java.util.Map;
public interface c0 extends p {
    public static final c.f.b.a.l<String> f8487a = new c.f.b.a.l() {
        @Override
        public final boolean apply(Object obj) {
            return b0.a((String) obj);
        }
    };

    public static final class a extends c {
        public a(IOException iOException, s sVar) {
            super("Cleartext HTTP traffic not permitted. See https://exoplayer.dev/issues/cleartext-not-permitted", iOException, sVar, 2007, 1);
        }
    }

    public interface b extends p.a {
        @Override
        c0 a();
    }

    public static class c extends q {
        public final s f8488c;
        public final int f8489d;

        public c(s sVar, int i2, int i3) {
            super(a(i2, i3));
            this.f8488c = sVar;
            this.f8489d = i3;
        }

        public c(IOException iOException, s sVar, int i2, int i3) {
            super(iOException, a(i2, i3));
            this.f8488c = sVar;
            this.f8489d = i3;
        }

        public c(String str, s sVar, int i2, int i3) {
            super(str, a(i2, i3));
            this.f8488c = sVar;
            this.f8489d = i3;
        }

        public c(String str, IOException iOException, s sVar, int i2, int i3) {
            super(str, iOException, a(i2, i3));
            this.f8488c = sVar;
            this.f8489d = i3;
        }

        public static int a(int i2, int i3) {
            return (i2 == 2000 && i3 == 1) ? AdError.INTERNAL_ERROR_CODE : i2;
        }

        public static c b(IOException iOException, s sVar, int i2) {
            String message = iOException.getMessage();
            int i3 = iOException instanceof SocketTimeoutException ? AdError.CACHE_ERROR_CODE : iOException instanceof InterruptedIOException ? 1004 : (message == null || !c.f.b.a.b.e(message).matches("cleartext.*not permitted.*")) ? AdError.INTERNAL_ERROR_CODE : 2007;
            return i3 == 2007 ? new a(iOException, sVar) : new c(iOException, sVar, i3, i2);
        }
    }

    public static final class d extends c {
        public final String f8490e;

        public d(String str, s sVar) {
            super("Invalid content type: " + str, sVar, (int) AdError.INTERNAL_ERROR_2003, 1);
            this.f8490e = str;
        }
    }

    public static final class e extends c {
        public final int f8491e;
        public final String f8492f;
        public final Map<String, List<String>> f8493g;
        public final byte[] f8494h;

        public e(int i2, String str, IOException iOException, Map<String, List<String>> map, s sVar, byte[] bArr) {
            super("Response code: " + i2, iOException, sVar, AdError.INTERNAL_ERROR_2004, 1);
            this.f8491e = i2;
            this.f8492f = str;
            this.f8493g = map;
            this.f8494h = bArr;
        }
    }

    public static final class f {
        public final Map<String, String> f8495a = new HashMap();
        public Map<String, String> f8496b;

        public synchronized Map<String, String> a() {
            if (this.f8496b == null) {
                this.f8496b = Collections.unmodifiableMap(new HashMap(this.f8495a));
            }
            return this.f8496b;
        }
    }
}