Module distant_net::server

source ·

Structs

  • 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 contextual information for working with an inbound request.
  • 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 a reference to a server
  • Utility to send ad-hoc replies from the server back through the connection
  • Reference to a TCP server instance.
  • Reference to a windows pipe server instance.

Enums

Traits

  • Interface to send a reply to some request
  • Interface for a handler that receives connections and requests