Crate monoio_rustls

Source

Structs§

TlsAcceptor
A wrapper around a rustls::ServerConfig, providing an async accept method.
TlsConnector
A wrapper around a rustls::ClientConfig, providing an async connect method.

Enums§

TlsError

Type Aliases§

ClientTlsStream
A wrapper around an underlying raw stream which implements the TLS protocol.
ClientTlsStreamReadHalf
TlsStream for read only.
ClientTlsStreamWriteHalf
TlsStream for write only.
ServerTlsStream
A wrapper around an underlying raw stream which implements the TLS protocol.
ServerTlsStreamReadHalf
TlsStream for read only.
ServerTlsStreamWriteHalf
TlsStream for write only.
TlsStream
A wrapper around an underlying raw stream which implements the TLS protocol.