Rmi 客户端连接检查并重试连接?
我正在使用 RMI,并且有一个服务器对象和许多连接到服务器的客户端。 我的问题是关于客户端连接的。 如何检查客户端连接是否断开? 如果客户端断开连接,它应该尝试重新连接服务器吗?
有没有关于连接检查和重新连接有用的示例?
我已经收到听说报价了吗?这是最好的解决方案吗?
此致,
I'm using RMI and I have a server object and many clients that connected to server.
My question is about client connections.
How can I check client connections disconnected ?
If a client disconnected it should try to re-connect the server ?
Is there any example that is useful about connection checking and and re-connection ?
I have come up hearbeat offer ? Is it best solution ?
Best Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RMI 中的连接是自动管理的,并且对您完全隐藏。您对它们的唯一控制是通过 Javadoc/功能指南/RMI。
Connections in RMI are managed automatically, and completely hidden from you. The only control you have over them is via the RMI system properties listed in the Javadoc/Guide to Features/RMI.