导航菜单

页面标题

页面副标题

Cantique de Louanges v12 - t.java 源代码

正在查看: Cantique de Louanges v12 应用的 t.java JAVA 源代码文件

本页面展示 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 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> aaJ = 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 of();

        t ox();
    }

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

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

    public static final class e extends c {
        public final int aaC;

        @Nullable
        public final String aaL;
        public final Map<String, List<String>> aaM;
        public final byte[] aaN;

        public e(int i5, @Nullable String str, @Nullable IOException iOException, Map<String, List<String>> map, l lVar, byte[] bArr) {
            super("Response code: " + i5, iOException, lVar, 2004, 1);
            this.aaC = i5;
            this.aaL = str;
            this.aaM = map;
            this.aaN = bArr;
        }
    }

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

        @Nullable
        private Map<String, String> aaP;

        public synchronized Map<String, String> oy() {
            if (this.aaP == null) {
                this.aaP = Collections.unmodifiableMap(new HashMap(this.aaO));
            }
            return this.aaP;
        }
    }

    public static class c extends j {
        public final int bs;
        public final l tw;

        public c(l lVar, int i5, int i6) {
            super(J(i5, i6));
            this.tw = lVar;
            this.bs = i6;
        }

        private static int J(int i5, int i6) {
            if (i5 == 2000 && i6 == 1) {
                return 2001;
            }
            return i5;
        }

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

        public c(String str, l lVar, int i5, int i6) {
            super(str, J(i5, i6));
            this.tw = lVar;
            this.bs = i6;
        }

        public c(IOException iOException, l lVar, int i5, int i6) {
            super(iOException, J(i5, i6));
            this.tw = lVar;
            this.bs = i6;
        }

        public c(String str, @Nullable IOException iOException, l lVar, int i5, int i6) {
            super(str, iOException, J(i5, i6));
            this.tw = lVar;
            this.bs = i6;
        }
    }
}