Structs

A mux routes incoming TCP connections to a dynamic set of connection handlers. It enables serving multiple protocols over the same port.

Traits

A connection handler manages an incoming network connection.

Functions

Type Definitions

Handlers 🔒