[][src]Module actix_tls::nativetls

Structs

Acceptor

Accept TLS connections via native-tls package.

Error

An error returned from the TLS implementation.

NativeTlsAcceptorService
TlsAcceptor

A wrapper around a native_tls::TlsAcceptor, providing an async accept method.

TlsStream

A wrapper around an underlying raw stream which implements the TLS or SSL protocol.