Re-exports§
pub use connection::AcceptedAlert;
pub use connection::Acceptor;
pub use connection::ReadEarlyData;
pub use connection::ServerConnection;
Modules§
Structs§
- Accepted
- Represents a
ClientHello
message received through theAcceptor
. - Accepting 🔒
- Client
Hello - A struct representing the received Client Hello
- Server
Config - Common configuration for a set of server sessions.
- Server
Connection Data - State associated with a server connection.
- Unbuffered
Server Connection - Unbuffered version of
ServerConnection
Enums§
Traits§
- Produces
Tickets - A trait for the ability to encrypt and decrypt tickets.
- Resolves
Server Cert - How to choose a certificate chain and signing key for use in server authentication.
- Stores
Server Sessions - A trait for the ability to store server session data.