用于网络错误处理的 Jersey API
我使用 Jersey
来实现 REST
Web 服务。假设 Resource
对象的方法返回响应,并且在将响应发送到客户端的过程中发生网络错误。 Jersey
是否提供任何 API 来处理此类错误?
I use Jersey
to implement REST
web services. Suppose a method of a Resource
object returns a response and a network error occurs during sending the response to the client. Does Jersey
provide any API to handle such an error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,在 HTTP 中,如果没有收到响应,客户端有责任再次询问。
No, in HTTP it is the responsibility of the client to ask again if it didn't receive the response.