Module quilkin::net::endpoint

source ·
Expand description

Types representing where the data is the sent.

Re-exports§

Modules§

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.
  • Metadata specific to endpoints.

Enums§

  • The kind of address, such as Domain Name or IP address. Note that the FromStr implementation doesn’t actually validate that the name is resolvable. Use EndpointAddress for complete address validation.

Type Aliases§