开发者

How to set up PyAMF Django gateway so it uses AMF3?

How to set up PyAMF Django gateway so it uses AMF3 instead of the开发者_运维技巧 default AMF0?


By default PyAMF supports both AMF0 (NetConnection remoting) and AMF3 (Flex messaging) of which RemoteObject is one flavour.

The docs give a simple example of how to approach a PyAMF gateway with both.

Also, you can set pyamf.DEFAULT_ENCODING = pyamf.AMF3 :-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜