导航菜单

页面标题

页面副标题

Baubap v3.9.7 - h.java 源代码

正在查看: Baubap v3.9.7 应用的 h.java JAVA 源代码文件

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


package e20;

import java.util.List;
import java.util.ServiceLoader;
import n30.s;

public abstract class h {
    public static final List a;
    public static final h20.h b;

    static {
        h20.h a2;
        ServiceLoader load = ServiceLoader.load(g.class, g.class.getClassLoader());
        xu.b.x(load, "load(it, it.classLoader)");
        List y1 = s.y1(load);
        a = y1;
        g gVar = (g) s.a1(y1);
        if (gVar == null || (a2 = gVar.a()) == null) {
            throw new IllegalStateException("Failed to find HTTP client engine implementation in the classpath: consider adding client engine dependency. See https://ktor.io/docs/http-client-engines.html".toString());
        }
        b = a2;
    }
}