The mx.messaging.channels package contains the messaging channel classes used with Adobe Digital Enterprise Platform Data Services for Java EE.
Classes
Class | Description | |
---|---|---|
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. | |
RTMPChannel | The RTMPChannel class provides basic RTMP support for messaging. | |
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. | |
SecureRTMPChannel | The SecureRTMPChannel class is identical to the RTMPChannel class except that it uses a secure protocol, RTMPS, to send messages to an RTMPS 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. |
Thu Dec 6 2018, 01:47 PM -08:00