Android 和 HttpGet 超时响应机会

发布于 2024-12-03 04:42:50 字数 152 浏览 0 评论 0原文

我有一个 HttpGet 实例,并且在 HttpConnectionParams 中设置了超时。我的连接和请求可能不会超时,但它们可能会超时,我希望有机会对此做出回应以及如何通知用户此事件。

我如何/在哪里可以做到这一点?

I have an instance of HttpGet, and I've set timeouts in HttpConnectionParams. My connection and request probably won't time out but they might and I'd like the chance to respond to this and some how inform the user of this event.

How/Where can I do this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北凤男飞 2024-12-10 04:42:50

连接超时会导致 ConnectTimeoutException,捕获该异常并显示一条消息。如果您不需要执行任何特定操作,捕获 IOException 可能就足够了。

A connection timeout would cause an ConnectTimeoutException, catch that and display a message. If you don't need to do anything specific, catching IOException might be good enough.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文