Module multi

Expand description

A ConnectionHandler implementation that combines multiple other ConnectionHandlers indexed by some key.

Structsยง

DuplicateProtonameError
It is an error if two handlers share the same protocol name.
IndexedProtoName
Index and protocol name pair used as UpgradeInfo::Info.
Info
The aggregated InboundOpenInfos of supported inbound substream protocols.
MultiHandler
A ConnectionHandler for multiple ConnectionHandlers of the same type.
Upgrade
Inbound and outbound upgrade for all ConnectionHandlers.