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