Recover Files v1.3.9版本的 MD5 值为:27a8b2c239c6cb7111d74d6bb07d21b2

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


package com.applovin.exoplayer2.k;

import androidx.annotation.Nullable;
import com.applovin.exoplayer2.common.base.Ascii;
import com.applovin.exoplayer2.common.base.Predicate;
import com.applovin.exoplayer2.k.i;
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 t extends i {

    public static final Predicate<String> f7895a = new Predicate() {
        @Override
        public final boolean apply(Object obj) {
            return h0.a((String) obj);
        }
    };

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

    public interface b extends i.a {
        @Override
        i a();

        t c();
    }

    public static class c extends j {

        public final l f7896b;

        public final int f7897c;

        public c(l lVar, int i10, int i11) {
            super(a(i10, i11));
            this.f7896b = lVar;
            this.f7897c = i11;
        }

        private static int a(int i10, int i11) {
            return (i10 == 2000 && i11 == 1) ? AdError.INTERNAL_ERROR_CODE : i10;
        }

        public static c a(IOException iOException, l lVar, int i10) {
            int i11;
            String message = iOException.getMessage();
            if (iOException instanceof SocketTimeoutException) {
                i11 = AdError.CACHE_ERROR_CODE;
            } else if (iOException instanceof InterruptedIOException) {
                i11 = 1004;
            } else {
                i11 = (message == null || !Ascii.toLowerCase(message).matches("cleartext.*not permitted.*")) ? AdError.INTERNAL_ERROR_CODE : 2007;
            }
            if (i11 == 2007) {
                return new a(iOException, lVar);
            }
            return new c(iOException, lVar, i11, i10);
        }

        public c(String str, l lVar, int i10, int i11) {
            super(str, a(i10, i11));
            this.f7896b = lVar;
            this.f7897c = i11;
        }

        public c(IOException iOException, l lVar, int i10, int i11) {
            super(iOException, a(i10, i11));
            this.f7896b = lVar;
            this.f7897c = i11;
        }

        public c(String str, @Nullable IOException iOException, l lVar, int i10, int i11) {
            super(str, iOException, a(i10, i11));
            this.f7896b = lVar;
            this.f7897c = i11;
        }
    }

    public static final class d extends c {

        public final String f7898d;

        public d(String str, l lVar) {
            super(androidx.browser.trusted.n.a("Invalid content type: ", str), lVar, AdError.INTERNAL_ERROR_2003, 1);
            this.f7898d = str;
        }
    }

    public static final class e extends c {

        public final int f7899d;

        @Nullable
        public final String f7900e;

        public final Map<String, List<String>> f7901f;

        public final byte[] f7902g;

        public e(int i10, @Nullable String str, @Nullable IOException iOException, Map<String, List<String>> map, l lVar, byte[] bArr) {
            super(android.support.v4.media.c.a("Response code: ", i10), iOException, lVar, AdError.INTERNAL_ERROR_2004, 1);
            this.f7899d = i10;
            this.f7900e = str;
            this.f7901f = map;
            this.f7902g = bArr;
        }
    }

    public static final class f {

        private final Map<String, String> f7903a = new HashMap();

        @Nullable
        private Map<String, String> f7904b;

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