[−][src]Trait tls_api::TlsAcceptorBuilder
A builder for TlsAcceptors.
A builder for TlsAcceptors.
type Acceptor: TlsAcceptortype Underlyingfn supports_alpn() -> boolfn set_alpn_protocols(&mut self, protocols: &[&[u8]]) -> Result<()>fn underlying_mut(&mut self) -> &mut Self::Underlyingfn build(self) -> Result<Self::Acceptor>