导航菜单

页面标题

页面副标题

OVO v3.139.0 - agk.java 源代码

正在查看: OVO v3.139.0 应用的 agk.java JAVA 源代码文件

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


package o.i;

import android.net.Uri;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;

public final class agk extends Thread {
    public final Map a;

    public agk(HashMap hashMap) {
        this.a = hashMap;
    }

    @Override
    public final void run() {
        Uri.Builder buildUpon = Uri.parse("https://pagead2.googlesyndication.com/pagead/gen_204?id=gmob-apps").buildUpon();
        Map map = this.a;
        for (String str : map.keySet()) {
            buildUpon.appendQueryParameter(str, (String) map.get(str));
        }
        String uri = buildUpon.build().toString();
        try {
            HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(uri).openConnection();
            try {
                int responseCode = httpURLConnection.getResponseCode();
                if (responseCode < 200 || responseCode >= 300) {
                    new StringBuilder(String.valueOf(uri).length() + 65);
                }
                httpURLConnection.disconnect();
            } catch (Throwable th) {
                httpURLConnection.disconnect();
                throw th;
            }
        } catch (IOException e4) {
            e = e4;
            new StringBuilder(lj5.a(e.getMessage(), lj5.a(uri, 27)));
        } catch (IndexOutOfBoundsException e5) {
            new StringBuilder(lj5.a(e5.getMessage(), lj5.a(uri, 32)));
        } catch (RuntimeException e6) {
            e = e6;
            new StringBuilder(lj5.a(e.getMessage(), lj5.a(uri, 27)));
        }
    }
}