gpt4 book ai didi

java用代理打开url需要很长时间

转载 作者:行者123 更新时间:2023-12-01 05:44:16 25 4
gpt4 key购买 nike

我正在使用 java,特别是从网页中读取内容,所以问题是,当我使用代理设置打开 url 时,在某些情况下需要花费大量时间(最多 15 或 20 秒),有时相同的网址打开速度要快得多(5 到 10 秒),某些网址会发生这种情况。如果我不使用代理设置,网址将正常打开(2 到 5 秒)。

您知道为什么会发生这种情况以及可以采取什么措施吗?这是部分代码

   //set the proxy
System.setProperty("http.proxyHost", "web-proxy.xxx.xx.com");
System.setProperty("http.proxyPort", "xxxx");

//open url stream, this line is taking a lot of time with proxy...
BufferedReader is = new BufferedReader(new InputStreamReader(url
.openStream()));

谢谢

最佳答案

确保代理上有良好的连接和传输速率。这完全取决于您使用的代理(它位于何处)。

关于java用代理打开url需要很长时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6311466/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com