Available on crate feature
server
only.Expand description
§Server
This module contains everything related to servers. The server runs the timer, accepts connections from clients and sends responses. It accepts connections using server binders. A server should have at least one binder, otherwise it stops by itself.
Modules§
- tcp
tcp-binder
TCP binder
Structs§
- The server struct.
- The server builder.
- The server configuration.
- Thread safe version of the server state.
Enums§
- The server state changed event.
- The server state enum.
Traits§
- The server bind trait.
- The server stream trait.