Module server
Structsยง
- Accept
- Future returned from
TlsAcceptor::acceptwhich will resolve once the accept handshake has finished. - Fallible
Accept - Like Accept, but returns
IOon failure. - Lazy
Config Acceptor - Start
Handshake - An incoming connection received through
LazyConfigAcceptor. - TlsAcceptor
- A wrapper around a
rustls::ServerConfig, providing an asyncacceptmethod. - TlsStream
- A wrapper around an underlying raw stream which implements the TLS or SSL protocol.