The mx.messaging.channels package contains the channel messaging classes used with Flex Data Services.
| Classe | Descrição | |
|---|---|---|
| AMFChannel | The AMFChannel class provides the AMF support for messaging. | |
| HTTPChannel | The HTTPChannel class provides the HTTP support for messaging. | |
| NetConnectionChannel | This NetConnectionChannel provides the basic NetConnection support for messaging. | |
| PollingChannel | The PollingChannel class provides the polling behavior that all polling channels in the messaging system require. | |
| SecureAMFChannel | The SecureAMFChannel class is identical to the AMFChannel class except that it uses a secure protocol, HTTPS, to send messages to an AMF endpoint. | |
| SecureHTTPChannel | The SecureHTTPChannel class is identical to the HTTPChannel class except that it uses a secure protocol, HTTPS, to send messages to an HTTP endpoint. |