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.
CompoundFactory 🔒
A ChannelFactory built from an optional PtMgr to use for pluggable transports, and a ChannelFactory to use for everything else.

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.