导航菜单

页面标题

页面副标题

BAM Crawford v6.14.1 - w.java 源代码

正在查看: BAM Crawford v6.14.1 应用的 w.java JAVA 源代码文件

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


package gc;

import gc.j;
import java.io.IOException;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;

public interface w extends j {

    public static abstract class a implements c {

        private final g f9868a = new g();

        protected abstract w b(g gVar);

        public final g c() {
            return this.f9868a;
        }

        @Override
        public final w a() {
            return b(this.f9868a);
        }
    }

    public static final class b extends d {
        public b(IOException iOException, m mVar) {
            super("Cleartext HTTP traffic not permitted. See https://exoplayer.dev/issues/cleartext-not-permitted", iOException, mVar, 1);
        }
    }

    public interface c extends j.a {
        @Override
        w a();
    }

    public static final class e extends d {

        public final String f9871r;

        public e(String str, m mVar) {
            super("Invalid content type: " + str, mVar, 1);
            this.f9871r = str;
        }
    }

    public static final class f extends d {

        public final int f9872r;

        public final String f9873s;

        public final Map f9874t;

        public final byte[] f9875u;

        public f(int i10, String str, Map map, m mVar, byte[] bArr) {
            super("Response code: " + i10, mVar, 1);
            this.f9872r = i10;
            this.f9873s = str;
            this.f9874t = map;
            this.f9875u = bArr;
        }
    }

    public static final class g {

        private final Map f9876a = new HashMap();

        private Map f9877b;

        public synchronized Map a() {
            if (this.f9877b == null) {
                this.f9877b = Collections.unmodifiableMap(new HashMap(this.f9876a));
            }
            return this.f9877b;
        }

        public synchronized void b(String str, String str2) {
            this.f9877b = null;
            this.f9876a.put(str, str2);
        }

        public synchronized void c(Map map) {
            this.f9877b = null;
            this.f9876a.putAll(map);
        }
    }

    public static class d extends IOException {

        public final int f9869p;

        public final m f9870q;

        public d(String str, m mVar, int i10) {
            super(str);
            this.f9870q = mVar;
            this.f9869p = i10;
        }

        public d(IOException iOException, m mVar, int i10) {
            super(iOException);
            this.f9870q = mVar;
            this.f9869p = i10;
        }

        public d(String str, IOException iOException, m mVar, int i10) {
            super(str, iOException);
            this.f9870q = mVar;
            this.f9869p = i10;
        }
    }
}