Module distant_net::server
source · Structs
Represents contextual information for working with an inbound connection
Represents a generic reference to a server
Represents a reply where all sends are queued up but not sent until
after the flush method is called. This reply supports injecting
at the front of the queue in order to support sending messages
but ensuring that some specific message is sent out first
Represents a server that can be used to receive requests & send responses to clients.
Represents a general-purpose set of properties tied with a server instance
Represents contextual information for working with an inbound request
Utility to send ad-hoc replies from the server back through the connection
Reference to a TCP server instance
Reference to a unix socket server instance
Enums
Rules for how a server will shut itself down automatically
Parsing errors that can occur for
ShutdownTraits
Interface to send a reply to some request
Interface for a handler that receives connections and requests
Interface to engage with a server instance