| Classes | |
|---|---|
| ServerInitializationGate | Tracks the client handshake lifecycle and decides which inbound request methods may run before it completes. |
| ServerMessageDispatcher | Server-side per-envelope inbound dispatch. Parses, classifies, gates, resolves a handler, spawns a coroutine to run it, and sends the response (or error) on the transport. |