Module libp2p_swarm::handler::multi
source · 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
IntoConnectionHandler
for multiple other IntoConnectionHandler
s.A
ConnectionHandler
for multiple ConnectionHandler
s of the same type.Inbound and outbound upgrade for all
ConnectionHandler
s.