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§
- Server
- The server struct.
- Server
Builder - The server builder.
- Server
Config - The server configuration.
- Thread
Safe State - Thread safe version of the server state.
Enums§
- Server
Event - The server state changed event.
- Server
State - The server state enum.
Traits§
- Server
Bind - The server bind trait.
- Server
Stream - The server stream trait.