Classes
 ClassDescription
 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.
 SecureStreamingAMFChannel The SecureStreamingAMFChannel class is identical to the StreamingAMFChannel class except that it uses a secure protocol, HTTPS, to send messages to an AMF endpoint.
 SecureStreamingHTTPChannel The SecureStreamingHTTPChannel class is identical to the StreamingHTTPChannel class except that it uses a secure protocol, HTTPS, to send messages to an HTTP endpoint.
 StreamingAMFChannel The StreamingAMFChannel class provides support for messaging and offers a different push model than the base AMFChannel.
 StreamingConnectionHandler A helper class that is used by the streaming channels to open an internal HTTP connection to the server that is held open to allow the server to stream data down to the client with no poll overhead.
 StreamingHTTPChannel The StreamingHTTPChannel class provides support for messaging and offers a different push model than the base HTTPChannel.