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