search

goog.messaging.MultiChannel

Provided By
Extends
All Implemented Interfaces

Creates a new MultiChannel wrapping a single MessageChannel. The underlying channel shouldn't have any other listeners registered, but it should be connected.

Note that the other side of the channel should also be connected to a MultiChannel with the same number of virtual channels.

new MultiChannel( underlyingChannel )

Parameters
underlyingChannel(goog.messaging.MessageChannel|null)

The underlying channel to use as transport for the virtual channels.

Instance Methods

Instance Properties

Classes