Expand description
TLS-based network server for handling authenticated client connections.
This module provides a NetworkListener that manages client authentication,
request processing, and message dispatching over a secure TCP connection.
Structs§
- Custom
Request Message - A wrapper for custom client requests that are forwarded to the application layer.
- Network
Listener - A TLS-secured TCP server that accepts client connections, authenticates them, and dispatches their requests to the appropriate handlers.
- Network
Listener Builder - Builder for
NetworkListener.
Enums§
Type Aliases§
- Builder
Result - Client
Registry - Maps client IDs to their stored password hashes (Argon2).
- Result