导航菜单

页面标题

页面副标题

Fancy Optimizer v4.6.3 - t.java 源代码

正在查看: Fancy Optimizer v4.6.3 应用的 t.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.applovin.exoplayer2.k;

import androidx.annotation.Nullable;
import androidx.core.view.PointerIconCompat;
import com.applovin.exoplayer2.common.base.Ascii;
import com.applovin.exoplayer2.common.base.Predicate;
import com.applovin.exoplayer2.k.i;
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> f3889a = new Predicate() {
        @Override
        public final boolean apply(Object obj) {
            return g0.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 b;

        public final int f3890c;

        public c(l lVar, int i2, int i3) {
            super(a(i2, i3));
            this.b = lVar;
            this.f3890c = i3;
        }

        private static int a(int i2, int i3) {
            if (i2 == 2000 && i3 == 1) {
                return 2001;
            }
            return i2;
        }

        public c(IOException iOException, l lVar, int i2, int i3) {
            super(iOException, a(i2, i3));
            this.b = lVar;
            this.f3890c = i3;
        }

        public static c a(IOException iOException, l lVar, int i2) {
            String message = iOException.getMessage();
            int i3 = iOException instanceof SocketTimeoutException ? 2002 : iOException instanceof InterruptedIOException ? PointerIconCompat.TYPE_WAIT : (message == null || !Ascii.toLowerCase(message).matches("cleartext.*not permitted.*")) ? 2001 : 2007;
            return i3 == 2007 ? new a(iOException, lVar) : new c(iOException, lVar, i3, i2);
        }

        public c(String str, l lVar, int i2, int i3) {
            super(str, a(i2, i3));
            this.b = lVar;
            this.f3890c = i3;
        }

        public c(String str, @Nullable IOException iOException, l lVar, int i2, int i3) {
            super(str, iOException, a(i2, i3));
            this.b = lVar;
            this.f3890c = i3;
        }
    }

    public static final class d extends c {

        public final String f3891d;

        public d(String str, l lVar) {
            super(android.support.v4.media.b.l("Invalid content type: ", str), lVar, 2003, 1);
            this.f3891d = str;
        }
    }

    public static final class e extends c {

        public final int f3892d;

        @Nullable
        public final String f3893e;

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

        public final byte[] f3895g;

        public e(int i2, @Nullable String str, @Nullable IOException iOException, Map<String, List<String>> map, l lVar, byte[] bArr) {
            super(android.support.v4.media.b.i("Response code: ", i2), iOException, lVar, 2004, 1);
            this.f3892d = i2;
            this.f3893e = str;
            this.f3894f = map;
            this.f3895g = bArr;
        }
    }

    public static final class f {

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

        @Nullable
        private Map<String, String> b;

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