feathers.messaging.channels

..
AMFChannel

The AMFChannel class provides the AMF support for messaging. You can configure this Channel to poll the server at an interval to approximate server push. You can also use this Channel with polling disabled to send RPC messages to remote destinations to invoke their methods.

NetConnectionChannel

This NetConnectionChannel provides the basic NetConnection support for messaging. The AMFChannel and RTMPChannel both extend this class.

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.