导航菜单

页面标题

页面副标题

Cantique de Louanges v12 - a.java 源代码

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

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


package gf;

import hf.b;
import java.net.InetAddress;
import xe.l;
import yf.d;

public abstract class a {
    public static final l a;
    public static final b b;

    static {
        l lVar = new l("127.0.0.255", 0, "no-host");
        a = lVar;
        b = new b(lVar);
    }

    public static l a(d dVar) {
        if (dVar == null) {
            throw new IllegalArgumentException("Parameters must not be null.");
        }
        l lVar = (l) dVar.d("http.route.default-proxy");
        if (lVar == null || !a.equals(lVar)) {
            return lVar;
        }
        return null;
    }

    public static b b(d dVar) {
        if (dVar == null) {
            throw new IllegalArgumentException("Parameters must not be null.");
        }
        b bVar = (b) dVar.d("http.route.forced-route");
        if (bVar == null || !b.equals(bVar)) {
            return bVar;
        }
        return null;
    }

    public static InetAddress c(d dVar) {
        if (dVar != null) {
            return (InetAddress) dVar.d("http.route.local-address");
        }
        throw new IllegalArgumentException("Parameters must not be null.");
    }
}