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