[][src]Module trust_dns_server::server

Server component for hosting a domain name servers operations.

Structs

Request

An incoming request to the DNS catalog

ResponseHandle

A handler for wrapping a BufStreamHandle, which will properly serialize the message and add the associated destination.

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