Module factory

Source
Expand description

Traits and code to define different mechanisms for building Channels to different kinds of targets.

Structs§

BootstrapReporter
An opaque type that lets a ChannelFactory update the ChanMgr about bootstrap progress.

Traits§

AbstractPtError
The error type returned by a pluggable transport manager.
AbstractPtMgr
A pluggable transport manager.
ChannelFactory
An object that knows how to build Channels to ChanTargets.
IncomingChannelFactory
Similar to ChannelFactory, but for building channels from incoming streams.