Expand description
Traits and code to define different mechanisms for building Channels to different kinds of targets.
Structs§
- Bootstrap
Reporter - An opaque type that lets a
ChannelFactory
update theChanMgr
about bootstrap progress. - Compound
Factory 🔒 - A ChannelFactory built from an optional PtMgr to use for pluggable transports, and a ChannelFactory to use for everything else.
Traits§
- Abstract
PtError - The error type returned by a pluggable transport manager.
- Abstract
PtMgr - A pluggable transport manager.
- Channel
Factory - An object that knows how to build
Channels
toChanTarget
s. - Incoming
Channel Factory - Similar to
ChannelFactory
, but for building channels from incoming streams.