Function build_tls_acceptor
pub fn build_tls_acceptor(params: &ServerConfigParams) -> Result<TlsAcceptor>Expand description
Build a [TlsAcceptor] from the given server parameters.
pub fn build_tls_acceptor(params: &ServerConfigParams) -> Result<TlsAcceptor>Build a [TlsAcceptor] from the given server parameters.