Expand description
A ProtocolsHandler implementation that combines multiple other ProtocolsHandlers
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
InboundOpenInfos of supported inbound substream protocols. - Into
Multi Handler - A
IntoProtocolsHandlerfor multiple otherIntoProtocolsHandlers. - Multi
Handler - A
ProtocolsHandlerfor multipleProtocolsHandlers of the same type. - Upgrade
- Inbound and outbound upgrade for all
ProtocolsHandlers.