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