Android:连接被对等方重置
我的应用程序需要从互联网检索压缩的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论