AbstractTransport
Base class for Transport implementations that handles the bookkeeping for onClose, onError and onMessage callback registration, exposing the composed callbacks to subclasses for invocation.
The callbacks are composed: each call to onClose, onError, or onMessage chains the new block after any previously registered ones.