Module quilkin::endpoint

source ·
Expand description

Types representing where the data is the sent.

Structs

  • A destination endpoint with any associated metadata.
  • A valid socket address. This differs from std::net::SocketAddr, in that it it supports parsing Domain Names in addition to IP addresses. Domain Names are resolved when ToSocketAddrs::to_socket_addrs is called.
  • The location of an Endpoint.
  • A set of endpoints optionally grouped by a Locality.
  • Set around LocalityEndpoints to ensure that all unique localities are different entries. Any duplicate localities provided are merged.
  • Metadata specific to endpoints.

Enums

Type Definitions