Module server

Structsยง

Accept
Future returned from TlsAcceptor::accept which will resolve once the accept handshake has finished.
FallibleAccept
Like Accept, but returns IO on failure.
LazyConfigAcceptor
StartHandshake
An incoming connection received through LazyConfigAcceptor.
TlsAcceptor
A wrapper around a rustls::ServerConfig, providing an async accept method.
TlsStream
A wrapper around an underlying raw stream which implements the TLS or SSL protocol.