# Functions
No description provided by the author
No description provided by the author
# Structs
GRPCClientMuxer implements the client (host) side of the gRPC broker's GRPCMuxer interface for multiplexing multiple gRPC broker connections over a single net.Conn.
GRPCServerMuxer implements the server (plugin) side of the gRPC broker's GRPCMuxer interface for multiplexing multiple gRPC broker connections over a single net.Conn.
# Interfaces
GRPCMuxer enables multiple implementations of net.Listener to accept connections over a single "main" multiplexed net.Conn, and dial multiple client connections over the same multiplexed net.Conn.