Module multi
Expand description
A ConnectionHandler
implementation that combines multiple other ConnectionHandler
s
indexed by some key.
Structsยง
- Duplicate
Protoname Error - It is an error if two handlers share the same protocol name.
- Indexed
Proto Name - Index and protocol name pair used as
UpgradeInfo::Info
. - Info
- The aggregated
InboundOpenInfo
s of supported inbound substream protocols. - Multi
Handler - A
ConnectionHandler
for multipleConnectionHandler
s of the same type. - Upgrade
- Inbound and outbound upgrade for all
ConnectionHandler
s.