[][src]Module ntex::server::openssl

Structs

Acceptor

Support TLS server connections via openssl package

AcceptorService
AcceptorServiceResponse
AlpnError

An error returned from an ALPN selection callback.

SslAcceptor

A type which wraps server-side streams in a TLS session.

SslAcceptorBuilder

A builder for SslAcceptors.

SslStream

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