Expand description
Methods common to servers listening for TCP connections.
Structs
- A handle to a listener created by
listen. - Configures TLS encryption for connections.
- Command line arguments for TLS.
- Configures a server’s TLS encryption and authentication.
Enums
- Specifies how strictly to enforce TLS encryption.
Traits
- A stream of incoming connections.
- A server handles incoming network connections.
Functions
- Listens for incoming TCP connections on the specified address.
- Serves incoming TCP connections from
connsusingserver.
Type Definitions
- A future that handles a connection.