Expand description
This module contains traits defined for the server-side
Modules§
- dispatch
- graceful
- Utilities for graceful restart
- task
- Trait for server-side task, and predefined task structures
Structs§
- RpcServer
- An RpcServer that listen, accept, and server connections, according to ServerFacts interface.
- RpcSvr
Req - A temporary struct to hold data buffer return by ServerTransport
- RpcSvr
Resp - A Struct to hold pre encoded buffer for server response
- Server
Config - General config for server-side
- Server
Default - An ServerFacts for general use
Traits§
- Server
Facts - A central hub defined by the user for the server-side, to define the customizable plugin.
- Server
Transport - This trait is for server-side transport layer protocol.