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
ChannelFactoryupdate theChanMgrabout bootstrap progress.
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
ChannelstoChanTargets. - Incoming
Channel Factory - Similar to
ChannelFactory, but for building channels from incoming streams.