汉雅星空 v0.91.26版本的 MD5 值为:fb6fa60ca638fef7705b9184d8991e21

以下内容为反编译后的 AbstractC4259.java 源代码,内容仅作参考


package VTbgspDO79hQuPi5UTaf.edyeMRDmMrLBwmB2Gf6t.MyOtCDZXecx36WZT1nGV.MyOtCDZXecx36WZT1nGV.VTbgspDO79hQuPi5UTaf;

import VTbgspDO79hQuPi5UTaf.edyeMRDmMrLBwmB2Gf6t.MyOtCDZXecx36WZT1nGV.MyOtCDZXecx36WZT1nGV.B2rebCwAL8RBInXnf8ZJ.C4236;
import VTbgspDO79hQuPi5UTaf.edyeMRDmMrLBwmB2Gf6t.MyOtCDZXecx36WZT1nGV.MyOtCDZXecx36WZT1nGV.VTbgspDO79hQuPi5UTaf.AbstractC4259;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.LinkedHashMap;
import java.util.Map;
import org.apache.http.HttpHost;

public abstract class AbstractC4259<T extends AbstractC4259> {

    public Object f10317;

    public String f10318;

    public Map<String, String> f10319;

    public Map<String, String> f10320;

    public int f10321;

    public static String m15997(int i) {
        StringBuilder sb = new StringBuilder();
        String str = "";
        sb.append("");
        sb.append("0123456789abzzcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
        String sb2 = sb.toString();
        do {
            double random = Math.random();
            double length = sb2.length();
            Double.isNaN(length);
            str = str + sb2.charAt((int) (random * length));
        } while (str.length() != i);
        return str;
    }

    public T m15998(int i) {
        this.f10321 = i;
        return this;
    }

    public T m15999(Map<String, String> map) {
        this.f10319 = map;
        return this;
    }

    public T m16000(Object obj) {
        this.f10317 = obj;
        return this;
    }

    public T m16001(String str) {
        String str2 = "url:=  " + str;
        if (str.contains("*")) {
            str = str.replace("*", m15997((int) ((Math.random() * 30.0d) + 1.0d)));
        }
        try {
            new URL(str);
        } catch (MalformedURLException e) {
            e.printStackTrace();
            str = "http://127.0.0.1";
        }
        if (str.startsWith(HttpHost.DEFAULT_SCHEME_NAME)) {
            this.f10318 = str;
            return this;
        }
        if (str.startsWith(" http")) {
            this.f10318 = str.replace(" ", "");
            return this;
        }
        this.f10318 = "http://127.0.0.1";
        return this;
    }

    public T m16002(String str, String str2) {
        if (this.f10319 == null) {
            this.f10319 = new LinkedHashMap();
        }
        this.f10319.put(str, str2);
        return this;
    }

    public abstract C4236 mo15987();
}