| { "type": "class", | |
| "qname": "mx.messaging.channels.amfx.AMFXHeader", | |
| "baseClassname": "" | |
| , | |
| "description": "An AMFX request or response packet can contain headers. A Header must have a name, can be marked with a mustUnderstand boolean flag (the default is false), and the content can be any Object.", | |
| "tags": [ | |
| { "tagName": "private", | |
| "values": []} ], | |
| "members": [ | |
| { "type": "field", | |
| "qname": "name", | |
| "return": "String", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}}, | |
| { "type": "field", | |
| "qname": "mustUnderstand", | |
| "return": "Boolean", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}}, | |
| { "type": "field", | |
| "qname": "content", | |
| "return": "Object", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}}, | |
| { "type": "method", | |
| "qname": "mx.messaging.channels.amfx.AMFXHeader", | |
| "namespace": "", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "return": "", | |
| "params": []} | |
| ] | |
| } |