Struct tls_api_rustls::TlsAcceptorBuilder [−][src]
pub struct TlsAcceptorBuilder(pub ServerConfig);
Tuple Fields
0: ServerConfig
Trait Implementations
type Acceptor = TlsAcceptor
type Acceptor = TlsAcceptor
Type of acceptor produced by this builder.
type Underlying = ServerConfig
type Underlying = ServerConfig
Type of the underlying builder. Read more
Specify ALPN protocols for negotiation. Read more
Get the underlying builder. Read more
Finish the acceptor construction.