Available on crate feature
server only.Expand description
Server module.
The Server runs the timer, accepts connections from clients
and sends responses. The Server accepts connections using
ServerBinders. The Server should have at least one
ServerBind, otherwise it stops by itself.
Structs
- The server struct.
- The server builder.
- The server configuration.
- TcpBind
tcp-binderThe TCP server binder. - Thread safe version of the
ServerState.
Enums
- The server state changed event.
- The server state enum.
Traits
- The server bind trait.
- The server stream trait.
Type Aliases
- The server state changed handler alias.