Flex 客户端断开连接

发布于 2024-09-05 17:18:37 字数 68 浏览 3 评论 0原文

我正在使用 BlazeDS。有人知道如何断开客户端与服务器的连接吗?客户必须被告知此事件。

感谢您的帮助。

I am using BlazeDS. Does anybody know how to disconnect client from server? Client must be informed about this event.

Thanks for help.

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

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

发布评论

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

评论(1

呢古 2024-09-12 17:18:37

据我所知,BlazeDS 不支持 Flash Player 和服务器之间的开放连接。如果您想这样做,则必须使用 LiveCycle。

当您使用 HTTPService、WebService 或 RemoteObject 标记进行服务器调用时,当您收到来自服务器的反馈(例如结果或故障)时,会触发一些事件。当这些事件触发时,您可以安全地假设该服务调用不再连接到服务器。

As far as I knew BlazeDS does not support open connections between the Flash Player and the server. You'll have to use LiveCycle if you want to do that.

When you make a server call using the HTTPService, WebService, or RemoteObject tags, there are events that fire when you receive feedback from the server, such as result or fault. When those events fire, you can safely assume that that service call is no longer connected ot the server.

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