Android:连接被对等方重置

发布于 2024-12-14 03:15:22 字数 312 浏览 0 评论 0原文

我的应用程序需要从互联网检索压缩的xml数据,这是我获取输入流的方式:

URL feedUrl= new URL(url); 
inputStream = feedUrl.openConnection().getInputStream();

但我的问题是我有一个异常:

java.net.SocketException : Connection reset by peer

此异常仅在我的手机上抛出(但在使用wifi时不会),它不会抛出模拟器。 有谁知道什么吗?感谢您的帮助

My app needs to retrieve compressed xml data from internet, here is how I get the inputstream :

URL feedUrl= new URL(url); 
inputStream = feedUrl.openConnection().getInputStream();

But my problem is that I have an exception :

java.net.SocketException : Connection reset by peer

This exception is thrown only with my phone (but not when using wifi), it is not thrown with the emulator.
Anyone knows anything ? Thanks for helping

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文