Kufar v3.2.0版本的 MD5 值为:6a4d203db1c561c7e3bcd50d23fed59f

以下内容为反编译后的 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.ironsource.mediationsdk.utils.IronSourceConstants;
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> f28726a = new Predicate() {
        @Override
        public final boolean apply(Object obj) {
            return i0.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 f28727b;

        public final int f28728c;

        public c(l lVar, int i11, int i12) {
            super(a(i11, i12));
            this.f28727b = lVar;
            this.f28728c = i12;
        }

        private static int a(int i11, int i12) {
            return (i11 == 2000 && i12 == 1) ? IronSourceConstants.IS_LOAD_CALLED : i11;
        }

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

        public c(String str, l lVar, int i11, int i12) {
            super(str, a(i11, i12));
            this.f28727b = lVar;
            this.f28728c = i12;
        }

        public c(IOException iOException, l lVar, int i11, int i12) {
            super(iOException, a(i11, i12));
            this.f28727b = lVar;
            this.f28728c = i12;
        }

        public c(String str, @Nullable IOException iOException, l lVar, int i11, int i12) {
            super(str, iOException, a(i11, i12));
            this.f28727b = lVar;
            this.f28728c = i12;
        }
    }

    public static final class d extends c {

        public final String f28729d;

        public d(String str, l lVar) {
            super("Invalid content type: " + str, lVar, IronSourceConstants.IS_INSTANCE_LOAD_SUCCESS, 1);
            this.f28729d = str;
        }
    }

    public static final class e extends c {

        public final int f28730d;

        @Nullable
        public final String f28731e;

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

        public final byte[] f28733g;

        public e(int i11, @Nullable String str, @Nullable IOException iOException, Map<String, List<String>> map, l lVar, byte[] bArr) {
            super("Response code: " + i11, iOException, lVar, IronSourceConstants.IS_CALLBACK_LOAD_SUCCESS, 1);
            this.f28730d = i11;
            this.f28731e = str;
            this.f28732f = map;
            this.f28733g = bArr;
        }
    }

    public static final class f {

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

        @Nullable
        private Map<String, String> f28735b;

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