Module server_conn

Source

Re-exports§

pub use connection::AcceptedAlert;
pub use connection::Acceptor;
pub use connection::ReadEarlyData;
pub use connection::ServerConnection;

Modules§

connection 🔒

Structs§

Accepted
Represents a ClientHello message received through the Acceptor.
Accepting 🔒
ClientHello
A struct representing the received Client Hello
ServerConfig
Common configuration for a set of server sessions.
ServerConnectionData
State associated with a server connection.
UnbufferedServerConnection
Unbuffered version of ServerConnection

Enums§

EarlyDataState 🔒

Traits§

ProducesTickets
A trait for the ability to encrypt and decrypt tickets.
ResolvesServerCert
How to choose a certificate chain and signing key for use in server authentication.
StoresServerSessions
A trait for the ability to store server session data.