Flex 客户端断开连接
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,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.