Skip to main content

Module server

Module server 

Source
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.
RpcSvrReq
A temporary struct to hold data buffer return by ServerTransport
RpcSvrResp
A Struct to hold pre encoded buffer for server response
ServerConfig
General config for server-side
ServerDefault
An ServerFacts for general use

Traits§

ServerFacts
A central hub defined by the user for the server-side, to define the customizable plugin.
ServerTransport
This trait is for server-side transport layer protocol.