超时抛出什么异常?

发布于 2024-09-18 07:57:28 字数 29 浏览 6 评论 0原文

HTMLUnit 中的连接超时抛出什么异常?

What Exception is thrown on connection timeout in HTMLUnit ?

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

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

发布评论

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

评论(2

可是我不能没有你 2024-09-25 07:57:28

HtmlUnit 使用 Apache HttpClient。超时机制抛出 InterruptedIOException

请参阅 HttpClient 文档

此异常是 IOException 的子类,可以在任何 HttpClient 执行调用期间引发(基本上每当您获取带有 HtmlUnit WebClient 的页面时)。

HtmlUnit uses the Apache HttpClient. The timeout mechanism throws an InterruptedIOException.

See the HttpClient documentation.

This exception is a subclass of IOException, which can be thrown during any HttpClient execute call (basically whenever you get a page with an HtmlUnit WebClient.

我的痛♀有谁懂 2024-09-25 07:57:28

我认为有一个错误,它确实应该抛出异常,但如果您设置的超时大于某个值,则不会抛出异常,您可以在 (从 htmlunit WebClient 调用 getPage,禁用 JavaScript 并将 setTimeout 设置为 10000 永远等待

非常感谢

I think there is a bug, it really should throw a exception but dont throw if you set an timeout great than a value, you can see it in (Call getPage from htmlunit WebClient with JavaScript disabled and setTimeout set to 10000 waits forever)

Thanks a lot

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