Struct quicr::EndpointBuilder[][src]

pub struct EndpointBuilder<'a> { /* fields omitted */ }

A helper for constructing an Endpoint.

Methods

impl<'a> EndpointBuilder<'a>
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Important traits for &'a mut R

Important traits for &'a mut R

Prefer listen_with_keys.

Important traits for &'a mut R

Use with persistent keys instead of listen to allow graceful reset of clients when the server restarts.

Generate a key pair and self-signed TLS certificate.

Peers will be unable to verify this endpoint's identity. Useful when want to host a server with a minimum of set-up and don't need to prevent man-in-the-middle attacks.

Trait Implementations

impl<'a> Default for EndpointBuilder<'a>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a> Send for EndpointBuilder<'a>

impl<'a> Sync for EndpointBuilder<'a>