将 BlazeDS 协议从 AFM3 更改为 AMF0
我已经安装了 blazeds-turnkey-4.0.0.14931。默认情况下 Blazeds 使用 AMF3 协议。我不想将其切换到 AMF0。如何做到这一点?
谢谢
I have installed blazeds-turnkey-4.0.0.14931 installed. By default Blazeds uses AMF3 protocol. I wan't to switch it to AMF0. How to do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 http://www.rooftopsolutions.nl/blog/88
AMF3 构建于据我了解,AMF0;如果我没记错的话,AMF3 带来了对 XML 和引用对象/字符串等更复杂数据的支持。
我没有使用过 BlazeDS,但在 amfPHP 中,根据您在服务请求中指定的对象编码,请求的解析方式有所不同;总而言之,更改 Flex 中的编码,BlazeDS 应该做出相应的响应。
Refer to http://www.rooftopsolutions.nl/blog/88
AMF3 is built on top of AMF0 as far I understand; AMF3 brings with it support for more complex data like XML and referenced objects/strings if I remember correctly.
I haven't worked with BlazeDS, but in amfPHP the request is parsed differently depending on the object encoding you specify in your service request; to summarize, change the encoding in Flex and BlazeDS should respond accordingly.