RMI回调的真正优点是什么?

发布于 2024-08-23 01:01:35 字数 65 浏览 2 评论 0原文

我已经阅读了很多有关 RMI 回调的内容,但我需要知道使用它的优点,以及是否有任何特殊的代码可以进行 RMI 回调?

I have read a lot about RMI call back but I need to know the advantages of using that and is there any special code for making RMI callback?

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

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

发布评论

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

评论(1

夏の忆 2024-08-30 01:01:35

回调是一种模式,您所呼叫的人可以依次调用您的方法。这意味着您不必一次性向他发送他需要的所有数据:他可以询问您,并且在需要时他可以这样做,这可能是在您需要很长时间之后打电话给他。

话虽如此,除了在 LAN 内之外,RMI 回调在实践中并没有多大用处,因为回调通常是表面上的安全漏洞,并且通常被防火墙管理员禁止。所以不要对他们太热衷。

A callback is a pattern whereby the guy you have called can in turn call a method on you. It means that you don't have to ship him all the data he needs in one go: he can ask you, and he can do that when he needs it, which might be a long time after you call him.

Having said that, RMI callbacks aren't much use in practice except within LANs, as callbacks in general are a prima facie security breach and generally disallowed by firewall administrators. So don't get too keen on them.

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