Module server

Source
Expand description

Server component for hosting a domain name servers operations.

Structs§

Request
An incoming request to the DNS catalog
RequestInfo
A narrow view of the Request, specifically a verified single query for the request
ResponseHandle
A handler for wrapping a BufStreamHandle, which will properly serialize the message and add the associated destination.
ResponseInfo
Information about the response sent for a request
ServerFuture
A Futures based implementation of a DNS server
TimeoutStream
This wraps the underlying Stream in a timeout.

Traits§

RequestHandler
Trait for handling incoming requests, and providing a message response.
ResponseHandler
A handler for send a response to a client